Skip to content

Commit

Permalink
force canary
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Sep 26, 2024
1 parent e48abf5 commit e317e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uploadthing/src/next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const createRouteHandler = <TRouter extends FileRouter>(
(req) => Effect.succeed({ req, res: undefined, event: undefined }),
(req) => Effect.succeed(req),
opts,

"nextjs-app",
);
return { POST: handler, GET: handler };
Expand Down

0 comments on commit e317e46

Please sign in to comment.