Skip to content

Commit

Permalink
use options
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilev-alex committed May 13, 2021
1 parent 2f46151 commit 3be798c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-server-core/src/core/DevServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class DevServer {
shouldStartConnectionWizardFlow: !this.cubejsServer.configFileExists(),
livePreview: options.livePreview,
isDocker: isDocker(),
telemetry: getEnv('telemetry'),
telemetry: options.telemetry,
});
}));

Expand Down

0 comments on commit 3be798c

Please sign in to comment.