Skip to content

Commit

Permalink
refactor: remove request cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed May 21, 2024
1 parent 0bfff69 commit 93480e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/render-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export class RenderContext {
renderers,
resolve,
response,
request: this.request.clone(),
request: this.request,
scripts,
styles,
actionResult,
Expand Down

0 comments on commit 93480e7

Please sign in to comment.