1
0
Fork 0

Remove hard-coded debugging ID from assignment display

This commit is contained in:
Ainsley Ellis 2024-11-26 19:54:45 -05:00
parent 5d47b7814f
commit 1c7d6964b0

View file

@ -2,7 +2,7 @@
$assignments = new stdClass(); $assignments = new stdClass();
$assignments->params = [ $assignments->params = [
"game_id" => $game->id, "game_id" => $game->id,
"member_id" => 30436 ?? $_SESSION["account"]->id, "member_id" => $_SESSION["account"]->id,
"round" => 1, "round" => 1,
]; ];