Fix geolocation country code assignment in server registration data

This commit is contained in:
ImBenji
2025-08-05 15:35:58 +01:00
parent 6e0f7b6d05
commit d726e4fa0d

View File

@@ -23,7 +23,7 @@ class ServerService {
"last_heartbeat": DateTime.now().toUtc().toIso8601String(),
"host_ip": ip,
"geolocation": {
"country_code": geolocationData.continentCode,
"country_code": geolocationData.countryCode,
"city": geolocationData.city,
"coords": [
geolocationData.latitude,