Revert "Workaround the fact that uptimerobot doesn't return the dailyRatio anymore"

This reverts commit 4e574892ec.
This commit is contained in:
Emilien Devos 2024-01-31 00:34:54 +01:00
parent 51d69784ba
commit bf472d49a0
1 changed files with 1 additions and 1 deletions

View File

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