Skip to content

Commit 7921d18

Browse files
committed
Var name nit
1 parent 437d990 commit 7921d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/fix/coana-fix.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ export async function coanaFix(
6363
return lastCResult as CResult<any>
6464
}
6565

66-
const isAuto =
66+
const isAllOrAuto =
6767
ghsas.length === 1 && (ghsas[0] === 'all' || ghsas[0] === 'auto')
6868

69-
const ids = isAuto ? ['all'] : ghsas
69+
const ids = isAllOrAuto ? ['all'] : ghsas
7070

7171
const fixCResult = ids.length
7272
? await spawnCoana(

0 commit comments

Comments
 (0)