Skip to content

Commit 497be55

Browse files
authored
chore: add missing question mark (#1451)
1 parent d62c809 commit 497be55

File tree

1 file changed

+1
-1
lines changed
  • tooling/build/scripts/publishing

1 file changed

+1
-1
lines changed

tooling/build/scripts/publishing/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ function generateSitemapTree(
327327
?.content?.content?.find(
328328
({ type }: { type: string }) => type === "childrenpages",
329329
)
330-
?.childrenPagesOrdering.map((id: string) => {
330+
?.childrenPagesOrdering?.map((id: string) => {
331331
const child = children.find(({ id: childId }) => {
332332
return id === childId
333333
})

0 commit comments

Comments
 (0)