Skip to content

Commit

Permalink
feat: i have no idea what I'm doing
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed May 5, 2024
1 parent de6269b commit e4c5a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watchtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e4c5a77

Please sign in to comment.