Skip to content

Commit 2d38b73

Browse files
authored
Merge pull request #186 from topcoder-platform/lint-fix
Lint fix
2 parents 6dab29b + f94c2ce commit 2d38b73

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/shared/modules/global/submission-scan-complete.orchestrator.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ export class SubmissionScanCompleteOrchestrator {
5050
}
5151

5252
// check if workflow runs have already been queued for this submission
53-
const alreadyQueued = await this.workflowQueueHandler.hasQueuedWorkflowRuns(
54-
submissionId,
55-
);
53+
const alreadyQueued =
54+
await this.workflowQueueHandler.hasQueuedWorkflowRuns(submissionId);
5655

5756
if (alreadyQueued) {
5857
this.logger.log(

0 commit comments

Comments
 (0)