From bef2debac0664f2323b85cb72ff6a8048cd30d7b Mon Sep 17 00:00:00 2001 From: Alex Berman Date: Fri, 6 Sep 2024 14:23:23 +0200 Subject: [PATCH] Fix syntax error in isu.ts The error broke live mode, but not DME tests. --- src/isu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isu.ts b/src/isu.ts index 9148d71..089682d 100644 --- a/src/isu.ts +++ b/src/isu.ts @@ -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}), }, }, }),