mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:50:43 +00:00
fix: remove duplicate subagent registry export
This commit is contained in:
@@ -1017,7 +1017,6 @@ export function replaceSubagentRunAfterSteer(params: {
|
||||
return subagentRunManager.replaceSubagentRunAfterSteer(params);
|
||||
}
|
||||
|
||||
export function registerSubagentRun(params: RegisterSubagentRunParams) {
|
||||
export function registerSubagentRun(params: RegisterSubagentRunParams) {
|
||||
subagentRunManager.registerSubagentRun(params);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user