Fix History struct members

pull/130/head
Christian Muehlhaeuser 2020-03-01 12:25:12 +01:00 committed by mattn
parent 75578dd249
commit 1c0769492b
1 changed files with 2 additions and 2 deletions

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.