Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 27, 2024
1 parent 3492985 commit f029981
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ async function loadVikeConfig(

const pageConfigs: PageConfigBuildTime[] = await Promise.all(
objectEntries(interfaceFilesByLocationId)
.filter(([pageId, interfaceFiles]) => isDefiningPage(interfaceFiles))
.filter(([_pageId, interfaceFiles]) => isDefiningPage(interfaceFiles))
.map(async ([locationId]) => {
const interfaceFilesRelevant = getInterfaceFilesRelevant(interfaceFilesByLocationId, locationId)
const interfaceFilesRelevantList: InterfaceFile[] = Object.values(interfaceFilesRelevant).flat(1)
Expand Down

0 comments on commit f029981

Please sign in to comment.