0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-24 22:46:02 -05:00

[ci] format

This commit is contained in:
Arsh 2024-02-23 15:27:44 +00:00 committed by astrobot-houston
parent 6aa660ae7a
commit eb8bffe67a
3 changed files with 3 additions and 3 deletions

View file

@ -229,7 +229,7 @@ export async function handleRoute({
logger, logger,
ssr: buildingToSSR, ssr: buildingToSSR,
clientAddress: buildingToSSR ? incomingRequest.socket.remoteAddress : undefined, clientAddress: buildingToSSR ? incomingRequest.socket.remoteAddress : undefined,
removeParams: buildingToSSR === false || route.prerender removeParams: buildingToSSR === false || route.prerender,
}); });
// Set user specified headers to response object. // Set user specified headers to response object.