mirror of
https://gitea.invidious.io/iv-org/invidious-redirect.git
synced 2024-08-15 00:53:24 +00:00
Merge pull request #36 from iv-org/updown
Update to use the new layout from api
This commit is contained in:
commit
d5e4d97f4f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
return {
|
||||
name: entry[0],
|
||||
details: entry[1],
|
||||
health: +(healthKnown ? entry[1].monitor["30dRatio"].ratio : 95),
|
||||
health: +(healthKnown ? entry[1].monitor.uptime : 95),
|
||||
healthKnown
|
||||
}
|
||||
}).filter(entry => {
|
||||
|
|
Loading…
Reference in a new issue