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 835b547c681..ed2b2924aa2 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",