Skip to content

Commit 871c16d

Browse files
committed
fix: lint
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
1 parent f394703 commit 871c16d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • services/apps/security_best_practices_worker/src/activities

services/apps/security_best_practices_worker/src/activities/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,12 @@ export async function saveOSPSBaselineInsightsToDB(
143143
securityInsightsEvaluationSuiteId: suite.id,
144144
})
145145

146-
const controlEvaluation = await findSuiteControlEvaluation(qx, repo.repoUrl, controlId, suite.id)
146+
const controlEvaluation = await findSuiteControlEvaluation(
147+
qx,
148+
repo.repoUrl,
149+
controlId,
150+
suite.id,
151+
)
147152
if (!controlEvaluation) {
148153
throw new Error(
149154
`Control evaluation not found after insert for repo ${repo.repoUrl}, controlId ${controlId}, suiteId ${suite.id}`,

0 commit comments

Comments
 (0)