From b1436fa3513330343119f70c7f1a94f1a0db80fa Mon Sep 17 00:00:00 2001 From: adriangohjw Date: Mon, 30 Dec 2024 18:57:30 +0800 Subject: [PATCH] fix prettier --- tooling/build/scripts/publishing/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tooling/build/scripts/publishing/index.ts b/tooling/build/scripts/publishing/index.ts index 243ffbfa2..0420de021 100644 --- a/tooling/build/scripts/publishing/index.ts +++ b/tooling/build/scripts/publishing/index.ts @@ -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 = {