From cc8ea9eab514f0473aa5e64293a89c59bc7e889a Mon Sep 17 00:00:00 2001 From: Andrew Glago Date: Wed, 16 Oct 2024 08:42:07 +0000 Subject: [PATCH] refactor: remove unused recommended articles fetch --- .../app/examples/ssg-isr/[uri]/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/starters/nextjs-starter-approuter-ts/app/examples/ssg-isr/[uri]/page.tsx b/starters/nextjs-starter-approuter-ts/app/examples/ssg-isr/[uri]/page.tsx index 939ebcc6..98c46324 100644 --- a/starters/nextjs-starter-approuter-ts/app/examples/ssg-isr/[uri]/page.tsx +++ b/starters/nextjs-starter-approuter-ts/app/examples/ssg-isr/[uri]/page.tsx @@ -21,9 +21,6 @@ export default async function ArticlePage({ params }: ArticlePageProps) { return notFound(); } - const recommendedArticles = - await PCCConvenienceFunctions.getRecommendedArticles(article.id); - return (