Add missing comment

This commit is contained in:
TwinProduction 2021-08-08 20:16:12 -04:00
parent 718f8260bb
commit ee414df03f

View File

@ -62,6 +62,7 @@ func processUptimeAfterResult(uptime *core.Uptime, result *core.Result) {
}
}
// recalculateUptime calculates the uptime over the past 7 days, 24 hours and 1 hour.
func recalculateUptime(uptime *core.Uptime) {
uptimeBrackets := make(map[string]uint64)
now := time.Now()