Skip to content

Commit

Permalink
remove wait until expression
Browse files Browse the repository at this point in the history
  • Loading branch information
flopez7 committed Nov 14, 2023
1 parent 0a12803 commit 8d286c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -610,14 +610,14 @@ export class JobService {
{
status: JobStatus.PAID,
retriesCount: LessThanOrEqual(JOB_RETRIES_COUNT_THRESHOLD),
waitUntil: LessThanOrEqual(new Date()),
},
{
order: {
waitUntil: SortDirection.ASC,
},
},
);
console.log(jobEntity);

if (!jobEntity) return;

Expand Down

1 comment on commit 8d286c6

@vercel
Copy link

@vercel vercel bot commented on 8d286c6 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

job-launcher-server – ./packages/apps/job-launcher/server

job-launcher-server-humanprotocol.vercel.app
stg-job-launcher-server.vercel.app
job-launcher-server-git-conference-stg-humanprotocol.vercel.app

Please sign in to comment.