mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-10 16:51:13 +00:00
Plugin SDK: use public whatsapp subpath
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { sendMessageWhatsApp as sendMessageWhatsAppImpl } from "../../plugin-sdk/whatsapp.js";
|
||||
import { sendMessageWhatsApp as sendMessageWhatsAppImpl } from "openclaw/plugin-sdk/whatsapp";
|
||||
|
||||
type RuntimeSend = {
|
||||
sendMessage: typeof import("../../plugin-sdk/whatsapp.js").sendMessageWhatsApp;
|
||||
sendMessage: typeof import("openclaw/plugin-sdk/whatsapp").sendMessageWhatsApp;
|
||||
};
|
||||
|
||||
export const runtimeSend = {
|
||||
|
||||
Reference in New Issue
Block a user