mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Add instanceId to n8n.ready hook (no-changelog) (#6007)
* add instanceId to n8n.ready hook * Set instanceId during configuration method
This commit is contained in:
@@ -55,6 +55,8 @@ export abstract class AbstractServer {
|
||||
|
||||
protected endpointWebhookWaiting: string;
|
||||
|
||||
protected instanceId = '';
|
||||
|
||||
abstract configure(): Promise<void>;
|
||||
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user