From a2b6a064f74a2350c70153da1b14927c1962ab63 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 14 Feb 2026 23:11:15 +0000 Subject: [PATCH] test: fix processMessage contract test lint --- .../monitor/process-message.inbound-contract.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/auto-reply/monitor/process-message.inbound-contract.test.ts b/src/web/auto-reply/monitor/process-message.inbound-contract.test.ts index 835b547c6..ed2b2924a 100644 --- a/src/web/auto-reply/monitor/process-message.inbound-contract.test.ts +++ b/src/web/auto-reply/monitor/process-message.inbound-contract.test.ts @@ -155,7 +155,7 @@ describe("web processMessage inbound contract", () => { }, messages: {}, session: { store: sessionStorePath }, - } as any, + } as unknown as ReturnType, msg: { id: "msg1", from: "+1555", @@ -213,7 +213,7 @@ describe("web processMessage inbound contract", () => { cfg: { messages: {}, session: { store: sessionStorePath }, - } as any, + } as unknown as ReturnType, msg: { id: "g1", from: "123@g.us",