Skip to content

Commit

Permalink
Make monthly checkins optional (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
Disura-Randunu authored Nov 14, 2024
1 parent 04f70a4 commit c42dbae
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 c42dbae

Please sign in to comment.