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
type AccountProfile struct {
AccountID uint32 `json:"accountID"`
AccountID uint32 `json:"accountId"`
GUID string `json:"guid"`
@ -79,7 +79,7 @@ type ArticleGroups struct {
}
type Asset struct {
AssetID string `json:"assetID"`
AssetID string `json:"assetId"`
Transform string `json:"transform,omitempty"`