mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
Remove unused getParamsAndProps call (#7535)
This commit is contained in:
parent
4256409a94
commit
4dd8849be2
1 changed files with 0 additions and 11 deletions
|
@ -157,17 +157,6 @@ export async function handleRoute(
|
||||||
if (value) res.setHeader(name, value);
|
if (value) res.setHeader(name, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
// attempt to get static paths
|
|
||||||
// if this fails, we have a bad URL match!
|
|
||||||
const paramsAndPropsRes = await getParamsAndProps({
|
|
||||||
mod,
|
|
||||||
route,
|
|
||||||
routeCache: env.routeCache,
|
|
||||||
pathname: pathname,
|
|
||||||
logging,
|
|
||||||
ssr: isServerLikeOutput(config),
|
|
||||||
});
|
|
||||||
|
|
||||||
const options: SSROptions = {
|
const options: SSROptions = {
|
||||||
env,
|
env,
|
||||||
filePath,
|
filePath,
|
||||||
|
|
Loading…
Reference in a new issue