mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -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,
|
status: result.error.status,
|
||||||
statusText: result.error.name,
|
statusText: result.error.name,
|
||||||
headers: response.headers,
|
headers: response.headers,
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
return response;
|
return response;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue