From 96b826488c077495e3bccc5016fa65843350928a Mon Sep 17 00:00:00 2001 From: ved015 Date: Mon, 6 Apr 2026 13:17:12 +0530 Subject: [PATCH] remove comments --- apps/web/components/memories-grid.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/web/components/memories-grid.tsx b/apps/web/components/memories-grid.tsx index 411bddeb..5fb4f5fd 100644 --- a/apps/web/components/memories-grid.tsx +++ b/apps/web/components/memories-grid.tsx @@ -73,8 +73,6 @@ type OgData = { image?: string } -// Module-level cache and in-flight request deduplication for OG data. -// Prevents N duplicate fetches when N cards share the same URL. const ogCache = new Map() const ogInflight = new Map>()