mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
refactor(core): Make external hooks type-safe, and add tests (#12893)
This commit is contained in:
committed by
GitHub
parent
3d27a14987
commit
05b5f95331
@@ -89,7 +89,7 @@ export class ActiveWorkflowManager {
|
||||
|
||||
await this.addActiveWorkflows('init');
|
||||
|
||||
await this.externalHooks.run('activeWorkflows.initialized', []);
|
||||
await this.externalHooks.run('activeWorkflows.initialized');
|
||||
await this.webhookService.populateCache();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user