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>()