mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 11:57:39 +00:00
refactor: require target for message actions
This commit is contained in:
@@ -73,7 +73,7 @@ export function resolveOutboundTarget(params: {
|
||||
}
|
||||
return {
|
||||
ok: false,
|
||||
error: new Error(`Delivering to ${plugin.meta.label} requires --to`),
|
||||
error: new Error(`Delivering to ${plugin.meta.label} requires a destination`),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user