We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf520b commit b8b2c87Copy full SHA for b8b2c87
src/controllers/status/entry.js
@@ -27,7 +27,7 @@ module.exports = async (ctx) => {
27
now: all.now,
28
fetchData: data,
29
limitedHosts,
30
- hostData: fetchData[4],
+ hostsData: fetchData[4],
31
})
32
all.day_map = dayMap[0]
33
all.five_minutes_map = fetchDayMap[2]
0 commit comments