Skip to content
Snippets Groups Projects
Commit 04cc63ac authored by syuilo's avatar syuilo
Browse files

#1231

parent 27914e22
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,8 @@ export default function(request: websocket.request, connection: websocket.connec
});
publishOthelloGameStream(gameId, 'ended', {
winner_id: winner
winner_id: winner,
game: await pack(gameId, user)
});
}
//#endregion
......
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