From b9673144abf5522c59047f07f6599a3ceef88cbe Mon Sep 17 00:00:00 2001 From: Suvodip Ghosh Date: Mon, 20 Feb 2023 23:54:54 +0530 Subject: [PATCH] SingleTheme --- src/pages/themes/[id].astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/themes/[id].astro b/src/pages/themes/[id].astro index 365acc4..64ca9fe 100644 --- a/src/pages/themes/[id].astro +++ b/src/pages/themes/[id].astro @@ -10,7 +10,6 @@ export async function getStaticPaths() { }) return finalData; } - const { id } = Astro.params; const response = await fetch('https://curriculum-app-api.beanstalkedu.com/items/themes?filter[theme_slug][_eq]='+id);