Remove hard-coded debugging ID from assignment display
This commit is contained in:
parent
5d47b7814f
commit
1c7d6964b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue