updated tranx

promise... this is the last time :)
This commit is contained in:
Derek McQuay 2017-02-05 00:07:05 -08:00
parent 8fa3290406
commit 4d665b3ffe
No known key found for this signature in database
GPG Key ID: 92A7BC0C86B0B91A
1 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@ type tranx struct {
Store string `json:"store"`
Info string `json:"info"`
Date time.Time `json:"date"`
User int `json:"user"`
Category int `json:"category"`
User string `json:"user"`
Category string `json:"category"`
}