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

@@ -98,6 +98,7 @@ export class License {
isFeatureEnabled(feature: string): boolean {
if (!this.manager) {
getLogger().warn('License manager not initialized');
return false;
}