Skip to content

Commit

Permalink
chore: code review update
Browse files Browse the repository at this point in the history
also:
   * rebased to master and updated migration order
  • Loading branch information
jordanh committed Mar 8, 2024
1 parent 23133b0 commit 6ea106a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ const runScheduledJobs: MutationResolvers['runScheduledJobs'] = async (
const upcomingJobs = await pg
.selectFrom('ScheduledJob')
.selectAll()
.where('runAt', '>=', new Date(0))
.where('runAt', '<', before)
.execute()

Expand Down

0 comments on commit 6ea106a

Please sign in to comment.