Skip to content

Commit 7ce6ae8

Browse files
committed
Lint nit
1 parent 16fbe84 commit 7ce6ae8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/commands/scan/create-scan-from-github.mts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,7 @@ async function testAndDownloadManifestFile({
374374
githubToken,
375375
})
376376

377-
return result.ok
378-
? { ok: true, data: { isManifest: true } }
379-
: result
377+
return result.ok ? { ok: true, data: { isManifest: true } } : result
380378
}
381379

382380
async function downloadManifestFile({

0 commit comments

Comments
 (0)