From f94c2cee49f58c46a2121b39b58298adc97bb238 Mon Sep 17 00:00:00 2001 From: Vasilica Olariu Date: Thu, 18 Dec 2025 10:45:13 +0200 Subject: [PATCH] Lint fix --- .../modules/global/submission-scan-complete.orchestrator.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/shared/modules/global/submission-scan-complete.orchestrator.ts b/src/shared/modules/global/submission-scan-complete.orchestrator.ts index 3032e64..2e27a4a 100644 --- a/src/shared/modules/global/submission-scan-complete.orchestrator.ts +++ b/src/shared/modules/global/submission-scan-complete.orchestrator.ts @@ -50,9 +50,8 @@ export class SubmissionScanCompleteOrchestrator { } // check if workflow runs have already been queued for this submission - const alreadyQueued = await this.workflowQueueHandler.hasQueuedWorkflowRuns( - submissionId, - ); + const alreadyQueued = + await this.workflowQueueHandler.hasQueuedWorkflowRuns(submissionId); if (alreadyQueued) { this.logger.log(