diff --git a/src/plugin-handlers/hook-config-handler.ts b/src/plugin-handlers/hook-config-handler.ts index 8c84e20c2..3b6782b78 100644 --- a/src/plugin-handlers/hook-config-handler.ts +++ b/src/plugin-handlers/hook-config-handler.ts @@ -12,7 +12,7 @@ export function applyHookConfig(params: { count: pluginComponents.hooksConfigs.length, plugins: pluginComponents.plugins.map(p => p.name), }) - - setPluginHooksConfigs(pluginComponents.hooksConfigs) } + + setPluginHooksConfigs(pluginComponents.hooksConfigs) }