Explorar o código

WIP: fix go fmt error

Daniel Lee %!s(int64=8) %!d(string=hai) anos
pai
achega
9f79b9b8c5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      pkg/models/dashboards.go

+ 2 - 2
pkg/models/dashboards.go

@@ -143,8 +143,8 @@ type SaveDashboardCommand struct {
 	OrgId        int64            `json:"-"`
 	RestoredFrom int              `json:"-"`
 	PluginId     string           `json:"-"`
-	ParentId  int64               `json:"parentId"`
-	IsFolder  bool                `json:"isFolder"`
+	ParentId     int64            `json:"parentId"`
+	IsFolder     bool             `json:"isFolder"`
 
 	Result *Dashboard
 }