Fix #3701: Remove continent code fallback in geo-location detection

This commit is contained in:
Ayush3603 2025-11-10 18:29:08 +05:30
parent 2cc317b638
commit 334584a01e

View file

@ -168,4 +168,4 @@ export function hasBlockedIp(clientIp: string) {
}
return false;
}
}