diff options
| author | Christian Cleberg <[email protected]> | 2026-08-08 15:32:26 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-08 15:32:26 -0500 |
| commit | 49a999885fd23e59555429dbc111e3a3d87fd164 (patch) | |
| tree | 7818bbb9f81db35b4de140bb667d02e0dfdca2ab /DomainReportBuilder.swift | |
| parent | fe83ff502ffcaa59c7a22471c634d565972e7644 (diff) | |
| download | domain-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.swift | 2 |
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 } |
