Commit 9f79b9b8 by Daniel Lee

WIP: fix go fmt error

parent 18269a58
...@@ -143,8 +143,8 @@ type SaveDashboardCommand struct { ...@@ -143,8 +143,8 @@ type SaveDashboardCommand struct {
OrgId int64 `json:"-"` OrgId int64 `json:"-"`
RestoredFrom int `json:"-"` RestoredFrom int `json:"-"`
PluginId string `json:"-"` PluginId string `json:"-"`
ParentId int64 `json:"parentId"` ParentId int64 `json:"parentId"`
IsFolder bool `json:"isFolder"` IsFolder bool `json:"isFolder"`
Result *Dashboard Result *Dashboard
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment