summaryrefslogtreecommitdiff
path: root/DomainReportBuilder.swift
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-08 15:32:26 -0500
committerChristian Cleberg <[email protected]>2026-08-08 15:32:26 -0500
commit49a999885fd23e59555429dbc111e3a3d87fd164 (patch)
tree7818bbb9f81db35b4de140bb667d02e0dfdca2ab /DomainReportBuilder.swift
parentfe83ff502ffcaa59c7a22471c634d565972e7644 (diff)
downloaddomain-dig-sonarcloud-cleanup.tar.gz
domain-dig-sonarcloud-cleanup.tar.bz2
domain-dig-sonarcloud-cleanup.zip
Add CodingKeys for external JSON decodablessonarcloud-cleanup
Diffstat (limited to 'DomainReportBuilder.swift')
-rw-r--r--DomainReportBuilder.swift2
1 files changed, 1 insertions, 1 deletions
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 }