Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Roberts123 committed May 25, 2024
1 parent f086358 commit 1f96c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/trpc/[trpc]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { fetchRequestHandler } from "@trpc/server/adapters/fetch";
import { appRouter } from "@/server/routers";
import { createContext } from "@/context";

const handler = (req: Request, res: Response) =>
const handler = (req: Request) =>
fetchRequestHandler({
endpoint: "/api/trpc",
req,
Expand Down

0 comments on commit 1f96c9a

Please sign in to comment.