mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
fixed field name from cleanup
This commit is contained in:
parent
dbf9afa3fd
commit
5edbf45577
@ -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"`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user