We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0cdba commit dbee0f5Copy full SHA for dbee0f5
services/app/apps/codebattle/lib/codebattle_web/controllers/game_controller.ex
@@ -60,7 +60,7 @@ defmodule CodebattleWeb.GameController do
60
end
61
62
game ->
63
- if Playbook.Context.exists?(game.id) && can_access_game?(user, game) do
+ if Playbook.Context.exists?(game.id) && can_access_game?(game, user) do
64
score = Context.fetch_score_by_game_id(game.id)
65
66
game_params =
0 commit comments