Skip to content

Commit 52b79f8

Browse files
committed
fix: revert distracting change
1 parent c8e728c commit 52b79f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ export const getApiRouteConfigs = async (
374374
export const getExtendedApiRouteConfigs = async (
375375
publish: string,
376376
baseDir: string,
377-
pageExtensions?: string[],
377+
pageExtensions: string[],
378378
): Promise<Array<ApiRouteConfig>> => {
379379
const settledApiRoutes = await getApiRouteConfigs(publish, baseDir, pageExtensions)
380380

0 commit comments

Comments
 (0)