From 49a999885fd23e59555429dbc111e3a3d87fd164 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 8 Aug 2026 15:32:26 -0500 Subject: Add CodingKeys for external JSON decodables --- DomainReportBuilder.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DomainReportBuilder.swift') diff --git a/DomainReportBuilder.swift b/DomainReportBuilder.swift index 4068c0a..7887fc6 100644 --- a/DomainReportBuilder.swift +++ b/DomainReportBuilder.swift @@ -440,7 +440,7 @@ struct DomainReportBuilder { return snapshot.ipGeolocationError ?? "Unavailable" } - let parts = [geolocation.city, geolocation.region, geolocation.country_name] + let parts = [geolocation.city, geolocation.region, geolocation.countryName] .compactMap { $0?.trimmingCharacters(in: .whitespacesAndNewlines) } .filter { !$0.isEmpty } -- cgit v1.2.3