dashboard: fix linter issue

This commit is contained in:
Kurkó Mihály 2019-07-17 11:39:21 +03:00
parent 8a91c7c483
commit 33cdcc1846

View file

@ -37,8 +37,8 @@ type ChartEntry struct {
} }
type GeneralMessage struct { type GeneralMessage struct {
Version string `json:"version,omitempty"` Version string `json:"version,omitempty"`
Commit string `json:"commit,omitempty"` Commit string `json:"commit,omitempty"`
} }
type HomeMessage struct { type HomeMessage struct {