use 30dratio for uptime

This commit is contained in:
Emilien Devos 2024-01-31 00:54:51 +01:00
parent bf472d49a0
commit 205378eea3
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
return {
name: entry[0],
details: entry[1],
health: +(healthKnown ? entry[1].monitor.dailyRatios[0].ratio : 95),
health: +(healthKnown ? entry[1].monitor["30dRatio"].ratio : 95),
healthKnown
}
}).filter(entry => {