mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 19:20:22 +00:00
fix: restore full gate
This commit is contained in:
@@ -68,7 +68,7 @@ let webLoginQrPromise: Promise<
|
||||
> | null = null;
|
||||
let webChannelPromise: Promise<typeof import("../../channels/web/index.js")> | null = null;
|
||||
let whatsappActionsPromise: Promise<
|
||||
typeof import("../../../extensions/whatsapp/action-runtime.runtime.js")
|
||||
typeof import("../../../extensions/whatsapp/action-runtime-api.js")
|
||||
> | null = null;
|
||||
|
||||
function loadWebLoginQr() {
|
||||
@@ -82,7 +82,7 @@ function loadWebChannel() {
|
||||
}
|
||||
|
||||
function loadWhatsAppActions() {
|
||||
whatsappActionsPromise ??= import("../../../extensions/whatsapp/action-runtime.runtime.js");
|
||||
whatsappActionsPromise ??= import("../../../extensions/whatsapp/action-runtime-api.js");
|
||||
return whatsappActionsPromise;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user