fix: Initialize license in queue mode correctly (#6301)

This commit is contained in:
Omar Ajoue
2023-05-23 13:01:50 +02:00
committed by GitHub
parent 55b755cb44
commit 42c79cd6f1
5 changed files with 26 additions and 23 deletions

View File

@@ -77,6 +77,7 @@ export class Webhook extends BaseCommand {
await this.initCrashJournal();
await super.init();
await this.initLicense();
await this.initBinaryManager();
await this.initExternalHooks();
}