Skip to content
Snippets Groups Projects
Commit b553b139 authored by Erik Moravec's avatar Erik Moravec
Browse files

fix: added update to setGameWinner in GameServiceImpl

parent 1cc1d499
No related branches found
No related tags found
No related merge requests found
......@@ -58,5 +58,6 @@ public class GameServiceImpl implements GameService {
@Override
public void setGameWinner(Game game, Team team) {
game.setWinner(team);
gameDao.update(game);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment