missed one in the rename

This commit is contained in:
Dave Grijalva 2015-08-18 13:03:45 -07:00
parent e4a56deada
commit 69c78c3652
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ func signToken() error {
}
// parse the JSON of the claims
var claims jwt.MapClaim
var claims jwt.MapClaims
if err := json.Unmarshal(tokData, &claims); err != nil {
return fmt.Errorf("Couldn't parse claims JSON: %v", err)
}