Merge pull request #748 from meshtastic/fix_bad_merge

Remove extra brackets
This commit is contained in:
Garth Vander Houwen 2024-07-02 10:19:10 -07:00 committed by GitHub
commit a4330f08ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 3 deletions

View file

@ -278,7 +278,6 @@ struct UserList: View {
let hopsAwayPredicate = NSPredicate(format: "userNode.hopsAway > 0 AND userNode.hopsAway <= %i", Int32(hopsAway))
predicates.append(hopsAwayPredicate)
}
}
/// Online
if isOnline {
let isOnlinePredicate = NSPredicate(format: "userNode.lastHeard >= %@", Calendar.current.date(byAdding: .minute, value: -15, to: Date())! as NSDate)

View file

@ -400,7 +400,6 @@ struct NodeList: View {
let hopsAwayPredicate = NSPredicate(format: "hopsAway > 0 AND hopsAway <= %i", Int32(hopsAway))
predicates.append(hopsAwayPredicate)
}
}
/// Online
if isOnline {

@ -1 +1 @@
Subproject commit 5f78a06c0fe5d0bd99c2fe206165212bdce89da0
Subproject commit 4da558d0f73c46ef91b74431facee73c09affbfc