Skip to content

Commit

Permalink
Fix syntax error in isu.ts
Browse files Browse the repository at this point in the history
The error broke live mode, but not DME tests.
  • Loading branch information
alex-berman committed Sep 6, 2024
1 parent 8e57067 commit bef2deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const dmMachine = setup({
speaker: "usr",
move: {
type: "ask",
content: (x: string) => {"predicate": "favorite_food", "argument": x},
content: (x: string) => ({"predicate": "favorite_food", "argument": x}),
},
},
}),
Expand Down

0 comments on commit bef2deb

Please sign in to comment.