fix(web): a little bug fix in server code
This commit is contained in:
parent
591d598d24
commit
08b18063aa
@ -22,7 +22,7 @@ type JSON struct {
|
||||
TRC uint8 `json:"trc,omitempty"`
|
||||
TRDB string `json:"trdb,omitempty"`
|
||||
TRB string `json:"trb,omitempty"`
|
||||
Data []map[string]interface{} `json:"data,omitempty"`
|
||||
Data []map[string]interface{} `json:"data"`
|
||||
}
|
||||
|
||||
var tdbms TDBMSConnection
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user