Fix History struct members
This commit is contained in:
parent
75578dd249
commit
1c0769492b
|
@ -277,8 +277,8 @@ type Tag struct {
|
||||||
// History hold information for history.
|
// History hold information for history.
|
||||||
type History struct {
|
type History struct {
|
||||||
Day string `json:"day"`
|
Day string `json:"day"`
|
||||||
Uses int64 `json:"uses"`
|
Uses string `json:"uses"`
|
||||||
Accounts int64 `json:"accounts"`
|
Accounts string `json:"accounts"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Attachment hold information for attachment.
|
// Attachment hold information for attachment.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user