Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 20, 2023
1 parent ab5b67a commit 6ad1ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pg-backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export class PgBackend {
`;

// Expired jobs
await pg.query`DELETE FROM minion_jobs WHERE state = 'inactive' AND expires <= NOW()`;
await pg.query`DELETE FROM minion_jobs WHERE state = 'inactive' AND expires <= NOW()`;

// Jobs with missing worker (can be retried)
const jobs = await pg.query<JobWithMissingWorkerResult>`
Expand Down

0 comments on commit 6ad1ed8

Please sign in to comment.