fixed field name from cleanup

This commit is contained in:
Roland Osborne 2022-07-22 16:10:19 -07:00
parent dbf9afa3fd
commit 5edbf45577

View File

@ -1,7 +1,7 @@
package databag package databag
type AccountProfile struct { type AccountProfile struct {
AccountID uint32 `json:"accountID"` AccountID uint32 `json:"accountId"`
GUID string `json:"guid"` GUID string `json:"guid"`
@ -79,7 +79,7 @@ type ArticleGroups struct {
} }
type Asset struct { type Asset struct {
AssetID string `json:"assetID"` AssetID string `json:"assetId"`
Transform string `json:"transform,omitempty"` Transform string `json:"transform,omitempty"`