mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
[ci] format
This commit is contained in:
parent
f6b171ed50
commit
df7e56c9db
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ export const onRequest = defineMiddleware(async (context, next) => {
|
|||
status: result.error.status,
|
||||
statusText: result.error.name,
|
||||
headers: response.headers,
|
||||
})
|
||||
});
|
||||
}
|
||||
return response;
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue