mirror of https://github.com/golang-jwt/jwt.git
missed one in the rename
This commit is contained in:
parent
e4a56deada
commit
69c78c3652
|
@ -155,7 +155,7 @@ func signToken() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// parse the JSON of the claims
|
// parse the JSON of the claims
|
||||||
var claims jwt.MapClaim
|
var claims jwt.MapClaims
|
||||||
if err := json.Unmarshal(tokData, &claims); err != nil {
|
if err := json.Unmarshal(tokData, &claims); err != nil {
|
||||||
return fmt.Errorf("Couldn't parse claims JSON: %v", err)
|
return fmt.Errorf("Couldn't parse claims JSON: %v", err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue