Skip to content

Commit

Permalink
set time bomb by 3 hours earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
raluvy95 committed Jun 11, 2023
1 parent e6e4b39 commit adcb210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/reddit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function getSubreddit(
) {
const now = DateTime.now().toMillis();
const RedditStrikeTime = DateTime.fromISO(
"2023-06-12T01:00:00.123",
"2023-06-11T22:00:00.123"
).toMillis();
if (now >= RedditStrikeTime) {
throw new Error(
Expand Down

0 comments on commit adcb210

Please sign in to comment.