mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:20:43 +00:00
fix(plugins): align loader cache scope typing
This commit is contained in:
@@ -554,7 +554,7 @@ function setCachedPluginRegistry(
|
||||
|
||||
function getReusableCachedPluginRegistry(params: {
|
||||
cacheKey: string;
|
||||
onlyPluginIds?: string[];
|
||||
onlyPluginIds: string[] | undefined;
|
||||
runtimeSubagentMode: "default" | "explicit" | "gateway-bindable";
|
||||
options: PluginLoadOptions;
|
||||
}):
|
||||
|
||||
Reference in New Issue
Block a user