[ci] yarn format
This commit is contained in:
parent
d6d35bcafc
commit
160c41403b
4 changed files with 2 additions and 4 deletions
|
@ -314,7 +314,6 @@ export interface EndpointHandler {
|
|||
[method: string]: (params: any) => EndpointOutput;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Astro Renderer
|
||||
* Docs: https://docs.astro.build/reference/renderer-reference/
|
||||
|
|
|
@ -91,7 +91,6 @@ export async function render(renderers: Renderer[], mod: ComponentInstance, ssrO
|
|||
site: astroConfig.buildOptions.site,
|
||||
});
|
||||
|
||||
|
||||
if (route?.type === 'endpoint') {
|
||||
return content;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue