Skip to content

Commit

Permalink
oauth2: update fosite_store_redis.go (#361)
Browse files Browse the repository at this point in the history
There was an additional quote on the JSON struct tag.

Signed-off-by: Jamie Stackhouse <[email protected]>
  • Loading branch information
itsjamie authored and arekkas committed Jan 16, 2017
1 parent 699163f commit 65b4584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2/fosite_store_redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type redisSchema struct {
RequestedAt time.Time `json:"requestedAt"`
Client *client.Client `json:"client"`
Scopes fosite.Arguments `json:"scopes"`
GrantedScopes fosite.Arguments `json:"grantedScopes""`
GrantedScopes fosite.Arguments `json:"grantedScopes"`
Form url.Values `json:"form"`
Session json.RawMessage `json:"session"`
}
Expand Down

0 comments on commit 65b4584

Please sign in to comment.