From a50d3085788cbd3c0fb47f8779a60c2d75d56b82 Mon Sep 17 00:00:00 2001 From: Nicolas Cantu Date: Tue, 6 Jan 2026 15:35:06 +0100 Subject: [PATCH] lint fix wip --- hooks/useArticles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/useArticles.ts b/hooks/useArticles.ts index 183bca9..e846a73 100644 --- a/hooks/useArticles.ts +++ b/hooks/useArticles.ts @@ -28,7 +28,7 @@ export function useArticles(searchQuery: string = '', filters: ArticleFilters | try { const cachedAuthors = await objectCache.getAll('author') const authors = cachedAuthors as Article[] - + // Calculate totalSponsoring for each author const authorsWithSponsoring = await Promise.all( authors.map(async (author) => {