[ci] format

This commit is contained in:
matthewp 2022-09-02 01:29:14 +00:00 committed by fredkbot
parent 8476f2a293
commit c220f53b21

View file

@ -142,7 +142,7 @@ export function* getPageDatasByClientOnlyID(
// We should probably get rid of all `@fs` usage and always fully resolve via Vite,
// but this would be a bigger change.
if (!pageBuildDatas) {
pathname = `/@fs${prependForwardSlash(removeFileExtension(viteid))}`
pathname = `/@fs${prependForwardSlash(removeFileExtension(viteid))}`;
pageBuildDatas = pagesByClientOnly.get(pathname);
}
if (pageBuildDatas) {