mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-08 06:54:24 +00:00
test: fix processMessage contract test lint
This commit is contained in:
@@ -155,7 +155,7 @@ describe("web processMessage inbound contract", () => {
|
||||
},
|
||||
messages: {},
|
||||
session: { store: sessionStorePath },
|
||||
} as any,
|
||||
} as unknown as ReturnType<typeof import("../../../config/config.js").loadConfig>,
|
||||
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<typeof import("../../../config/config.js").loadConfig>,
|
||||
msg: {
|
||||
id: "g1",
|
||||
from: "123@g.us",
|
||||
|
||||
Reference in New Issue
Block a user