We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dab29b + f94c2ce commit 2d38b73Copy full SHA for 2d38b73
src/shared/modules/global/submission-scan-complete.orchestrator.ts
@@ -50,9 +50,8 @@ export class SubmissionScanCompleteOrchestrator {
50
}
51
52
// check if workflow runs have already been queued for this submission
53
- const alreadyQueued = await this.workflowQueueHandler.hasQueuedWorkflowRuns(
54
- submissionId,
55
- );
+ const alreadyQueued =
+ await this.workflowQueueHandler.hasQueuedWorkflowRuns(submissionId);
56
57
if (alreadyQueued) {
58
this.logger.log(
0 commit comments