Skip to content

Commit

Permalink
remove unnecessary symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
customcommander committed Nov 14, 2024
1 parent 9857117 commit 82cc43d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib-task.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ This should implement the purpose of the task.
import {
assign,
enqueueActions,
fromPromise,
sendTo,
setup,
} from 'xstate';
Expand Down Expand Up @@ -62,7 +61,7 @@ const lib = setup({
})),

'game-query':
sendTo(gamesys, (_, {fn, reply_to, ...params}) => ({
sendTo(gamesys, (_, {fn, reply_to}) => ({
type: 'game.query',
query: fn,
reply_to
Expand Down

0 comments on commit 82cc43d

Please sign in to comment.