diff --git a/src/auto-reply/reply.triggers.test.ts b/src/auto-reply/reply.triggers.test.ts index 1cc94ec18..0f9662663 100644 --- a/src/auto-reply/reply.triggers.test.ts +++ b/src/auto-reply/reply.triggers.test.ts @@ -530,7 +530,7 @@ describe("trigger handling", () => { }, }); const blockReplies: Array<{ text?: string }> = []; - const res = await getReplyFromConfig( + await getReplyFromConfig( { Body: "please /status now", From: "+1002",