Skip to content

Commit

Permalink
remove redundant dispatcher event
Browse files Browse the repository at this point in the history
  • Loading branch information
customcommander committed Sep 29, 2024
1 parent 5513a4c commit 1a9ee2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,7 @@ const machine = src.createMachine({
'setup-new-turn',
{
type: 'dispatch',
params: dispatcher_params(['reset',
'replenish'])
params: dispatcher_params(['replenish'])
}
],
on: {
Expand Down

0 comments on commit 1a9ee2e

Please sign in to comment.