Compare commits

...

2 Commits

Author SHA1 Message Date
TheFrenchGhosty 51d69784ba
Merge pull request #34 from iv-org/fix
Workaround the fact that uptimerobot doesn't return the dailyRatio anymore
2024-01-30 22:22:18 +00:00
TheFrenchGhosty 4e574892ec
Workaround the fact that uptimerobot doesn't return the dailyRatio anymore 2024-01-30 23:20:15 +01:00
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: 100,
healthKnown
}
}).filter(entry => {