Skip to content

Commit

Permalink
Monthly CheckIn - Media Links optional fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Disura-Randunu committed Nov 14, 2024
1 parent 04f70a4 commit e1b8380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const MenteeCheckInSchema = z.object({
progressTowardsGoals: z.string().min(5, 'Please summarize your progress'),
mediaContentLinks: z
.array(z.string().url('Please provide a valid URL'))
.min(1, 'Please provide at least 1 media links'),
.optional(),
});

export const MentorFeedbackSchema = z.object({
Expand Down

0 comments on commit e1b8380

Please sign in to comment.