diff --git a/frontend/src/app/api/categories/route.ts b/frontend/src/app/api/categories/route.ts index 545bd5a0..9f1b0804 100644 --- a/frontend/src/app/api/categories/route.ts +++ b/frontend/src/app/api/categories/route.ts @@ -12,7 +12,7 @@ const fetchCategories = async (): Category[] => { return data.categories; } -const fetchAllMetaDataFiles = async () => { +const fetchScripts = async (): Script[] => { const response = await fetch( `https://api.github.com/repos/community-scripts/${basePath}/contents/json`, );