[ci] format
This commit is contained in:
parent
97c8760d78
commit
ae766f31fe
1 changed files with 1 additions and 1 deletions
|
@ -382,5 +382,5 @@ function getStatus(matchedRoute?: MatchedRoute): 404 | 500 | undefined {
|
|||
}
|
||||
|
||||
function has404Route(manifest: ManifestData): RouteData | undefined {
|
||||
return manifest.routes.find((route) => route.route === '/404')
|
||||
return manifest.routes.find((route) => route.route === '/404');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue