removed mistakenly added parameter
All checks were successful
default-pipeline default-pipeline #172

This commit is contained in:
Balázs Vigh 2021-05-06 10:09:28 +02:00
parent 7143c7ec63
commit 886bd02f88

View File

@ -154,7 +154,7 @@ class GameFlowController
$this->saveVisit($last); $this->saveVisit($last);
return new JsonContent($response, $last); return new JsonContent($response);
} }
// save the selected place for the round in UserPlayedPlace // save the selected place for the round in UserPlayedPlace