fix : attempt to fix desync for stack_next_card_bought
release-tag / release-image (push) Failing after 8s

Close #18
This commit is contained in:
2024-12-21 15:25:57 +01:00
parent 5d3b4caf0e
commit cd9b26ffd3
+1 -1
View File
@@ -351,7 +351,7 @@ export const tokenMappings = {
player.stack, player.stack,
session, session,
); );
await gameService.fillMarket(game); await gameService.fillMarket(game, session);
}, },
[CardEffects.PLAY_NEXT_CARD_BOUGHT]: async ( [CardEffects.PLAY_NEXT_CARD_BOUGHT]: async (
game: Document<Game> & Game, game: Document<Game> & Game,