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:
Ricardo Espinoza
2023-04-24 09:12:00 -04:00
committed by GitHub
parent c7b1920943
commit 13ef3c1d20
2 changed files with 5 additions and 1 deletions

View File

@@ -55,6 +55,8 @@ export abstract class AbstractServer {
protected endpointWebhookWaiting: string;
protected instanceId = '';
abstract configure(): Promise<void>;
constructor() {