Skip to content

Commit 39c5c50

Browse files
authored
fix: usePullCompareTotalsTeam parsing error (#3786)
1 parent cd34d55 commit 39c5c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/pull/usePullCompareTotalsTeam.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const ImpactedFilesSchema = z.discriminatedUnion('__typename', [
2525
z.object({
2626
headName: z.string().nullable(),
2727
missesCount: z.number(),
28-
patchCoverage: CoverageObjSchema,
28+
patchCoverage: CoverageObjSchema.nullable(),
2929
})
3030
)
3131
.nullable(),

0 commit comments

Comments
 (0)