handle unknown continent

This commit is contained in:
Stanley Dimant
2024-08-27 15:07:19 +00:00
committed by Loporrit
parent 56a257261b
commit b7e12f3e42
@@ -54,7 +54,7 @@ public class GeoIPService : IHostedService
} }
} }
return continent; return continent ?? "*";
} }
return "*"; return "*";