Skip to content

Commit

Permalink
call next() on successful multipart/form-data body parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed authored Sep 13, 2024
1 parent a5aae97 commit 1bb8535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content-types/multipart-form-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ export function multipartFormData<
cause: err instanceof Error ? err : undefined,
})
}
next()
}
}

0 comments on commit 1bb8535

Please sign in to comment.