mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Fixed XML error in Firefox. Renamed telemetry env var.
This commit is contained in:
parent
934914d249
commit
281671b792
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ require('dotenv').config();
|
|||
const sendTelemetry = require('./telemetry');
|
||||
|
||||
async function run() {
|
||||
if (!process.env.TELEMETRY_DISABLE) {
|
||||
if (!process.env.DISABLE_TELEMETRY) {
|
||||
await sendTelemetry();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue