Skip to content

Commit

Permalink
Update packages/astro/src/core/render-context.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored Dec 3, 2024
1 parent 63ad018 commit 02501e9
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 @@ -533,7 +533,7 @@ export class RenderContext {
return clientAddress;
}

// Legacy, should not need to get here.
// TODO: Legacy, should not need to get here.
// Some adapters set this symbol so we can't remove support yet.
// Adapters should be updated to provide it via RenderOptions instead.
if (clientAddressSymbol in request) {
Expand Down

0 comments on commit 02501e9

Please sign in to comment.