Skip to content

Commit

Permalink
Lowercase body
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored May 18, 2023
1 parent 5b73170 commit 3f59852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/server/web/spec-extension/response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class NextResponse<Body = unknown> extends Response {
[INTERNALS]: {
cookies: ResponseCookies
url?: NextURL
Body?: Body
body?: Body
}

constructor(body?: BodyInit | null, init: ResponseInit = {}) {
Expand Down

0 comments on commit 3f59852

Please sign in to comment.