mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-08 15:14:52 +02:00
🏷️ fix types
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user