Skip to content

Commit 9e6a222

Browse files
committed
chore: biome
Signed-off-by: Adam Setch <[email protected]>
1 parent 318d37e commit 9e6a222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/utils/notifications/handlers/checkSuite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function getCheckSuiteAttributes(
7777

7878
return {
7979
workflowName,
80-
attemptNumber: attemptNumber ? Number.parseInt(attemptNumber) : null,
80+
attemptNumber: attemptNumber ? Number.parseInt(attemptNumber, 10) : null,
8181
status: getCheckSuiteStatus(statusDisplayName),
8282
statusDisplayName,
8383
branchName,

0 commit comments

Comments
 (0)