Skip to content

Commit

Permalink
updates formschema
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelp committed Sep 11, 2024
1 parent aa8392b commit c1b8e70
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
@@ -1,7 +1,7 @@
import { auth } from "@clerk/nextjs";
import { db } from "db";
import { 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 c1b8e70

Please sign in to comment.