You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few places where we currently just parse JSON and send the hash all the way to the user. We should make sure JSON responses are turned into meaningful types ASAP!
Check we don't have any typeless hashes lying around. We might even be able to use punning just to decorate a normal hash with a type.
The text was updated successfully, but these errors were encountered:
There are a few places where we currently just parse JSON and send the hash all the way to the user. We should make sure JSON responses are turned into meaningful types ASAP!
Check we don't have any typeless hashes lying around. We might even be able to use punning just to decorate a normal hash with a type.
The text was updated successfully, but these errors were encountered: