Skip to content

Commit

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

0 comments on commit a5aae97

Please sign in to comment.