mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +01:00
Fix upgrade logic.
This commit is contained in:
parent
5b1eb8bec2
commit
f9f3a5bcab
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ async function sendTelemetry(action) {
|
||||||
os: `${os.type()} (${os.version()})`,
|
os: `${os.type()} (${os.version()})`,
|
||||||
docker: isDocker(),
|
docker: isDocker(),
|
||||||
ci: isCI,
|
ci: isCI,
|
||||||
upgrade: json.version || false,
|
upgrade: json.version !== undefined && json.version !== pkg.version,
|
||||||
};
|
};
|
||||||
|
|
||||||
await retry(
|
await retry(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue