Copilot jacked up my braces

This commit is contained in:
Ben Meadors 2025-05-13 20:06:07 -05:00
parent 2857ed3dc9
commit 01893e07ed

View file

@ -143,7 +143,6 @@ struct MeshtasticAppleApp: App {
}
}
}
}
} else if url.absoluteString.lowercased().contains("meshtastic.org/e/#") {
if let components = self.incomingUrl?.absoluteString.components(separatedBy: "#") {
self.addChannels = Bool(self.incomingUrl?["add"] ?? "false") ?? false