handle unknown continent

This commit is contained in:
Stanley Dimant 2024-05-06 12:34:21 +02:00
parent 51be5ccd57
commit 880676de09

View file

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