handle unknown continent
This commit is contained in:
@@ -54,7 +54,7 @@ public class GeoIPService : IHostedService
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return continent;
|
return continent ?? "*";
|
||||||
}
|
}
|
||||||
|
|
||||||
return "*";
|
return "*";
|
||||||
|
|||||||
Reference in New Issue
Block a user