refactor(core): Convert external-secrets code into a backend module (#15769)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-06-05 14:21:29 +02:00
committed by GitHub
parent 10dc73fc82
commit 1587eb0742
31 changed files with 40 additions and 34 deletions

View File

@@ -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');