Skip to content

Commit

Permalink
remove unused dispatch action in game state machine
Browse files Browse the repository at this point in the history
  • Loading branch information
customcommander committed Oct 13, 2024
1 parent 654e607 commit 7fca7dd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,6 @@ const src = setup({

'error-dismiss':
assign({error: null}),

'dispatch':
sendTo(({system}) => system.get('dispatcher'),
(_, params) => ({
type: 'dispatch',
jobs: params
}))
},

guards: {
Expand Down

0 comments on commit 7fca7dd

Please sign in to comment.