handle unknown continent

This commit is contained in:
Stanley Dimant
2024-05-06 12:34:21 +02:00
committed by Loporrit
parent 56a257261b
commit b7e12f3e42

View File

@@ -54,7 +54,7 @@ public class GeoIPService : IHostedService
} }
} }
return continent; return continent ?? "*";
} }
return "*"; return "*";