diff --git a/src/config/plugin-auto-enable.shared.ts b/src/config/plugin-auto-enable.shared.ts index d7b8b965f3d..6c7ae9e15d9 100644 --- a/src/config/plugin-auto-enable.shared.ts +++ b/src/config/plugin-auto-enable.shared.ts @@ -663,7 +663,6 @@ export function resolveConfiguredPluginAutoEnableCandidates(params: { config: params.config, env: params.env, pluginIds: setupPluginIds, - manifestRegistry: params.registry, })) { changes.push({ pluginId: entry.pluginId,