Minor corrections

This commit is contained in:
utkarshcmu
2016-03-16 23:35:06 -07:00
parent 749fd618a9
commit 9dd6aefcec
5 changed files with 21 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ type SavePreferencesCommand struct {
UserId int64
OrgId int64
HomeDashboardId int64 `json:"dashboardId"`
Timezone string `json:"timezone"`
Theme string `json:"theme"`
HomeDashboardId int64 `json:"homeDashboardId"`
Timezone string `json:"timezone"`
Theme string `json:"theme"`
}