mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-20 15:51:14 +08:00
chore: fix some minor issues in comments (#5984)
Signed-off-by: yumeiyin <yin.yumei@qq.com>
This commit is contained in:
@@ -582,7 +582,7 @@ class UptimeCalculator {
|
||||
let totalPing = 0;
|
||||
let endTimestamp;
|
||||
|
||||
// Get the eariest timestamp of the required period based on the type
|
||||
// Get the earliest timestamp of the required period based on the type
|
||||
switch (type) {
|
||||
case "day":
|
||||
endTimestamp = key - 86400 * (num - 1);
|
||||
@@ -710,7 +710,7 @@ class UptimeCalculator {
|
||||
|
||||
let endTimestamp;
|
||||
|
||||
// Get the eariest timestamp of the required period based on the type
|
||||
// Get the earliest timestamp of the required period based on the type
|
||||
switch (type) {
|
||||
case "day":
|
||||
endTimestamp = key - 86400 * (num - 1);
|
||||
|
Reference in New Issue
Block a user