Skip to content

Commit

Permalink
Update packages/next/src/server/lib/route-resolver.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
  • Loading branch information
jridgewell and sokra committed May 30, 2023
1 parent 8623a98 commit 9399aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/server/lib/route-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export async function makeResolver(
await router.execute(req, res, parsedUrl)

// If the headers are sent, then this was handled by middleware and there's
// noting for us to do.
// nothing for us to do.
if (res.originalResponse.headersSent) {
return
}
Expand Down

0 comments on commit 9399aab

Please sign in to comment.