Skip to content
Snippets Groups Projects
Commit 88a06dff authored by syuilo's avatar syuilo
Browse files

oops

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