🏷️ fix types

This commit is contained in:
Fred KISSIE
2026-06-29 18:06:03 +02:00
parent 6c2a8bf6de
commit 8d29602929
2 changed files with 31 additions and 32 deletions
+1
View File
@@ -1695,6 +1695,7 @@ hybridRouter.get(
) {
for (const rule of rules) {
if (rule.match == "COUNTRY") {
// @ts-expect-error this is for backward compatibility
rule.match = "GEOIP";
}
}