From 5da029aeba5229554f9c06e0aa7621d06a05528f Mon Sep 17 00:00:00 2001 From: amandesai01 Date: Sun, 20 Oct 2024 21:37:37 +0530 Subject: [PATCH] revert from update schema --- shared/schemas/posting.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/schemas/posting.ts b/shared/schemas/posting.ts index 2d2f0518..9e784b2b 100644 --- a/shared/schemas/posting.ts +++ b/shared/schemas/posting.ts @@ -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({