Fix History struct members

This commit is contained in:
Christian Muehlhaeuser 2020-03-01 12:25:12 +01:00
parent 021f5d0019
commit 7e39969703
No known key found for this signature in database
GPG key ID: 3CF9FA45CA1EBB7E

View file

@ -277,8 +277,8 @@ type Tag struct {
// History hold information for history.
type History struct {
Day string `json:"day"`
Uses int64 `json:"uses"`
Accounts int64 `json:"accounts"`
Uses string `json:"uses"`
Accounts string `json:"accounts"`
}
// Attachment hold information for attachment.