mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +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()})`,
|
||||
docker: isDocker(),
|
||||
ci: isCI,
|
||||
upgrade: json.version || false,
|
||||
upgrade: json.version !== undefined && json.version !== pkg.version,
|
||||
};
|
||||
|
||||
await retry(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue