mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:20:44 +00:00
fix: The commit introduces imports from `src/channels/plugins/dm-acces
This commit is contained in:
committed by
Peter Steinberger
parent
5e384fed6d
commit
a512b5dde9
@@ -720,7 +720,7 @@ describe("whatsapp inbound dispatch", () => {
|
||||
warn: vi.fn(),
|
||||
error: vi.fn(),
|
||||
debug: vi.fn(),
|
||||
} as BufferedReplyParams["replyLogger"];
|
||||
} as unknown as BufferedReplyParams["replyLogger"];
|
||||
const error = new Error("send failed");
|
||||
|
||||
await dispatchBufferedReply({
|
||||
|
||||
Reference in New Issue
Block a user