mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(core): Initialize source control unconditionally (#16929)
This commit is contained in:
@@ -171,7 +171,6 @@ export class Server extends AbstractServer {
|
||||
// Source Control
|
||||
// ----------------------------------------
|
||||
|
||||
if (this.licenseState.isSourceControlLicensed()) {
|
||||
try {
|
||||
const { SourceControlService } = await import(
|
||||
'@/environments.ee/source-control/source-control.service.ee'
|
||||
@@ -181,7 +180,6 @@ export class Server extends AbstractServer {
|
||||
} catch (error) {
|
||||
this.logger.warn(`Source control initialization failed: ${(error as Error).message}`);
|
||||
}
|
||||
}
|
||||
|
||||
try {
|
||||
await import('@/environments.ee/variables/variables.controller.ee');
|
||||
|
||||
Reference in New Issue
Block a user