0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-31 23:31:30 -05:00

[ci] format

This commit is contained in:
Arsh 2024-03-13 20:33:27 +00:00 committed by astrobot-houston
parent 128c7a3639
commit 9ef310601c

View file

@ -66,7 +66,7 @@ export interface RenderOptions {
}
export interface RenderErrorOptions {
locals?: App.Locals,
locals?: App.Locals;
routeData?: RouteData;
response?: Response;
status: 404 | 500;