mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(core): Convert external-secrets code into a backend module (#15769)
This commit is contained in:
committed by
GitHub
parent
10dc73fc82
commit
1587eb0742
@@ -232,8 +232,6 @@ export class Start extends BaseCommand {
|
||||
this.logger.debug('Data deduplication service init complete');
|
||||
await this.initExternalHooks();
|
||||
this.logger.debug('External hooks init complete');
|
||||
await this.initExternalSecrets();
|
||||
this.logger.debug('External secrets init complete');
|
||||
this.initWorkflowHistory();
|
||||
this.logger.debug('Workflow history init complete');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user