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,
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user