Skip to content

Commit

Permalink
fix(job): import right reference of QueueEvents (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-sommer committed Jun 8, 2023
1 parent ef0f7ed commit 689c845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/job.ts
Expand Up @@ -33,7 +33,7 @@ import {
import { Backoffs } from './backoffs';
import { Scripts } from './scripts';
import { UnrecoverableError } from './unrecoverable-error';
import type { QueueEvents } from '@src/classes/queue-events';
import type { QueueEvents } from './queue-events';

const logger = debuglog('bull');

Expand Down

0 comments on commit 689c845

Please sign in to comment.