Skip to content

Commit

Permalink
rev test config
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Sep 30, 2024
1 parent c483a92 commit 77c86b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/minimal-appdir/src/server/uploadthing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const uploadRouter = {
},
blob: {
maxFileSize: "8GB",
maxFileCount: 10,
},
})
.middleware(({ req, files }) => {
Expand Down

0 comments on commit 77c86b2

Please sign in to comment.