Skip to content

Commit b8b2c87

Browse files
committed
fix: status hosts issue
1 parent adf520b commit b8b2c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/status/entry.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = async (ctx) => {
2727
now: all.now,
2828
fetchData: data,
2929
limitedHosts,
30-
hostData: fetchData[4],
30+
hostsData: fetchData[4],
3131
})
3232
all.day_map = dayMap[0]
3333
all.five_minutes_map = fetchDayMap[2]

0 commit comments

Comments
 (0)