Skip to content

Commit

Permalink
revert from update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 committed Oct 20, 2024
1 parent 2942803 commit 5da029a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared/schemas/posting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const updateJobPostingSchema = z.object({
contents: z.string().optional(),
tagsCSV: z.string().optional(),
isPublished: z.boolean(),
isExpired: z.boolean().optional(),
});

export const deleteJobPostingSchema = z.object({
Expand Down

0 comments on commit 5da029a

Please sign in to comment.