mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Initialize license in queue mode correctly (#6301)
This commit is contained in:
@@ -98,6 +98,7 @@ export class License {
|
||||
|
||||
isFeatureEnabled(feature: string): boolean {
|
||||
if (!this.manager) {
|
||||
getLogger().warn('License manager not initialized');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user