diff --git a/src/watchtime.ts b/src/watchtime.ts index 70bcdb5..e228460 100644 --- a/src/watchtime.ts +++ b/src/watchtime.ts @@ -12,7 +12,7 @@ export default async () => { startOfMonth.setUTCHours(0, 0, 0, 0); const thresholdDate = new Date(); - thresholdDate.setMinutes(thresholdDate.getMinutes() - 4); + thresholdDate.setMinutes(thresholdDate.getMinutes() - 4.7); const FiveMinutesAgo = toSQLDate(thresholdDate); thresholdDate.setMinutes(thresholdDate.getMinutes() - 5);