Skip to content

Commit

Permalink
updates eventform schema
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelp committed Sep 11, 2024
1 parent 513196a commit 1a64b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/api/admin/events/create/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { auth } from "@clerk/nextjs";
import { eq } from "db/drizzle";
import { db } from "db";
import { userCommonData, events } from "db/schema";
import { newEventValidator } from "@/validators/shared/newEvent";
import { newEventFormSchema } from "@/validators/event";
import { BasicRedirValidator } from "@/validators/shared/basicRedir";
import { NextResponse } from "next/server";
import { z } from "zod";
Expand Down

0 comments on commit 1a64b15

Please sign in to comment.