remove comments

This commit is contained in:
ved015 2026-04-06 13:17:12 +05:30
parent 3afe31f9b8
commit 96b826488c

View file

@ -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<string, OgData>()
const ogInflight = new Map<string, Promise<OgData>>()