mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Fix telemetry initialization (no-changelog) (#6950)
This commit is contained in:
@@ -36,7 +36,7 @@ export class Telemetry {
|
||||
versionCli: string;
|
||||
},
|
||||
) {
|
||||
if (!telemetrySettings.enabled || !telemetrySettings.config || this.rudderStack) return;
|
||||
if (!telemetrySettings.enabled || !telemetrySettings.config) return;
|
||||
|
||||
const {
|
||||
config: { key, url },
|
||||
|
||||
Reference in New Issue
Block a user