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's a BattleSnake::Context.from_json(env.params.json.to_json) on each endpoint. The .json._to_json could be avoided by passing in the string parameter directly instead of using the Kemal parsed ones.
The text was updated successfully, but these errors were encountered:
There's a
BattleSnake::Context.from_json(env.params.json.to_json)
on each endpoint. The.json._to_json
could be avoided by passing in the string parameter directly instead of using the Kemal parsed ones.The text was updated successfully, but these errors were encountered: