mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
pass config as an additional param to external hooks (#3898)
This commit is contained in:
committed by
GitHub
parent
91d7e16c81
commit
9bf71e73cc
@@ -370,6 +370,6 @@ export async function start(): Promise<void> {
|
||||
console.log(`n8n ready on ${ADDRESS}, port ${PORT}`);
|
||||
console.log(`Version: ${versions.cli}`);
|
||||
|
||||
await app.externalHooks.run('n8n.ready', [app]);
|
||||
await app.externalHooks.run('n8n.ready', [app, config]);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user