Assorted linting updates

This commit is contained in:
Garth Vander Houwen 2025-04-27 14:04:47 -07:00
parent 939de515b0
commit defba587e7
32 changed files with 80 additions and 155 deletions

View file

@ -388,7 +388,6 @@ struct MQTTConfig: View {
}
if let placemarks = placemarks, let placemark = placemarks.first {
let cc = locale.region?.identifier ?? "UNK"
/// Country Topic unless your region is a country
if !(region?.isCountry ?? false) {
let countryTopic = defaultTopic + "/" + (placemark.isoCountryCode ?? "")