Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw committed Dec 30, 2024
1 parent c7111cd commit b1436fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tooling/build/scripts/publishing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ async function main() {
resource.fullPermalink.endsWith(INDEX_PAGE_PERMALINK) &&
resource.type !== "RootPage"

const resourceConvertedPermalink =
getConvertedPermalink(resource.fullPermalink)
const resourceConvertedPermalink = getConvertedPermalink(
resource.fullPermalink,
)

const idOfFolder = resources.find(
(item) =>
isIndexPage &&
item.fullPermalink === resourceConvertedPermalink,
isIndexPage && item.fullPermalink === resourceConvertedPermalink,
)?.id

const sitemapEntry: SitemapEntry = {
Expand Down

0 comments on commit b1436fa

Please sign in to comment.