fix : attempt to fix desync for stack_next_card_bought
release-tag / release-image (push) Failing after 8s
release-tag / release-image (push) Failing after 8s
Close #18
This commit is contained in:
@@ -351,7 +351,7 @@ export const tokenMappings = {
|
||||
player.stack,
|
||||
session,
|
||||
);
|
||||
await gameService.fillMarket(game);
|
||||
await gameService.fillMarket(game, session);
|
||||
},
|
||||
[CardEffects.PLAY_NEXT_CARD_BOUGHT]: async (
|
||||
game: Document<Game> & Game,
|
||||
|
||||
Reference in New Issue
Block a user