fix: reorder optional params
Some checks failed
Deploy API Server / build-and-deploy (push) Has been cancelled
Some checks failed
Deploy API Server / build-and-deploy (push) Has been cancelled
This commit is contained in:
parent
466acc7e83
commit
7c1e439c3b
@ -16,8 +16,8 @@ export class QueueService {
|
||||
private readonly logger = new Logger(QueueService.name);
|
||||
|
||||
constructor(
|
||||
@Optional() private readonly eventBus?: any,
|
||||
private readonly prisma: PrismaService,
|
||||
@Optional() private readonly eventBus?: any,
|
||||
@InjectQueue(QUEUE_AI_ANALYSIS) private readonly aiQueue: Queue,
|
||||
@InjectQueue(QUEUE_DOCUMENT_IMPORT) private readonly importQueue: Queue,
|
||||
@InjectQueue(QUEUE_NOTIFICATION) private readonly notifyQueue: Queue,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user