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:
Ben Holmes 2024-05-20 19:58:44 +00:00 committed by astrobot-houston
parent f6b171ed50
commit df7e56c9db

View file

@ -53,7 +53,7 @@ export const onRequest = defineMiddleware(async (context, next) => {
status: result.error.status, status: result.error.status,
statusText: result.error.name, statusText: result.error.name,
headers: response.headers, headers: response.headers,
}) });
} }
return response; return response;
}); });