mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ci] format
This commit is contained in:
parent
8ff7658001
commit
df89cfd3e3
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ export async function handleRoute({
|
|||
req({
|
||||
url: pathname,
|
||||
method: incomingRequest.method,
|
||||
statusCode: isRewrite ? response.status : (status ?? response.status),
|
||||
statusCode: isRewrite ? response.status : status ?? response.status,
|
||||
isRewrite,
|
||||
reqTime: timeEnd - timeStart,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue