Skip to content

Commit 6b0d30a

Browse files
committed
fix: status hosts issue, emmm, again
1 parent 20c51c4 commit 6b0d30a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controllers/status/entry.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ module.exports = async (ctx) => {
2929
limitedHosts,
3030
})
3131
all.day_map = dayMap[0]
32-
all.five_minutes_map = fetchDayMap[2]
32+
all.five_minutes_map = dayMap[2]
3333
for (const host of limitedHosts) {
34-
Object.assign(hosts[host], fetchDayMap[1][host])
34+
Object.assign(hosts[host], dayMap[1][host])
3535
}
3636

3737
const memoryUsage = getMemoryUsage()

0 commit comments

Comments
 (0)