Skip to content

Commit e0893bf

Browse files
Discard changes to examples/minimal-appdir/src/app/api/uploadthing/route.ts
1 parent 0431b09 commit e0893bf

File tree

1 file changed

+0
-1
lines changed
  • examples/minimal-appdir/src/app/api/uploadthing

1 file changed

+0
-1
lines changed

examples/minimal-appdir/src/app/api/uploadthing/route.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export const { GET, POST } = createRouteHandler({
66
router: uploadRouter,
77
config: {
88
logLevel: "Debug",
9-
logFormat: "json",
109
// handleDaemonPromise: "await",
1110
},
1211
});

0 commit comments

Comments
 (0)