fix: correct import path to reply-runtime
This commit is contained in:
@@ -200,7 +200,7 @@ export default {
|
||||
|
||||
try {
|
||||
// Dynamic import — resolved at runtime by OpenClaw's module system
|
||||
const sdkPath = 'openclaw/plugin-sdk/reply-dispatch-runtime';
|
||||
const sdkPath = 'openclaw/plugin-sdk/reply-runtime';
|
||||
const { dispatchInboundMessageWithDispatcher } = await import(
|
||||
/* webpackIgnore: true */ sdkPath
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user