Closed ccutrer closed 1 month ago
I was surprised when I was using a frozen hash (in specs) as claims that I was getting a FrozenError. So re-arrange the initializer to modify self instead of the passed in claims.
FrozenError
self
claims
I was surprised when I was using a frozen hash (in specs) as claims that I was getting a
FrozenError
. So re-arrange the initializer to modifyself
instead of the passed inclaims
.