Skip to content

Commit 40e39d7

Browse files
committed
fix(schemas): make illustration nullable in GitLabPipelineSchema
1 parent f8b1444 commit 40e39d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const GitLabPipelineSchema = z.object({
4040
image: z.string().optional(),
4141
size: z.string().optional(),
4242
title: z.string().optional(),
43-
}).optional(),
43+
}).nullable().optional(),
4444
favicon: z.string().optional(),
4545
}).optional(),
4646
});

0 commit comments

Comments
 (0)