Removed redundant spaces (#1196)

This commit is contained in:
Eric 2020-02-14 15:32:02 +08:00 committed by GitHub
parent 203486fd31
commit cbe8b7dd09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,9 +38,9 @@ type Role struct {
// Account provided by an auth provider
type Account struct {
// ID of the account (UUID or email)
Id string `json: "id"`
Id string `json:"id"`
// Token used to authenticate
Token string `json: "token"`
Token string `json:"token"`
// Time of Account creation
Created time.Time `json:"created"`
// Time of Account expiry