Browse Source

Typo.

pull/113/head
Abhishek 3 years ago
parent
commit
b3c1e3c90f
  1. 2
      Clocker/Events and Reminders/CalendarHandler.swift

2
Clocker/Events and Reminders/CalendarHandler.swift

@ -163,7 +163,7 @@ extension EventCenter {
if filteredEvents.count == 1 { return filteredEvents.first }
// If there are multipl events coming up, prefer the ones the currentUser has accepted
// If there are multiple events coming up, prefer the ones the currentUser has accepted
let acceptedEvents = filteredEvents.filter {
$0.attendeStatus == .accepted
}

Loading…
Cancel
Save