diff --git a/lib/services/server_service.dart b/lib/services/server_service.dart index 2f46f5d..c899de9 100644 --- a/lib/services/server_service.dart +++ b/lib/services/server_service.dart @@ -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,