Browse Source

Correct error slogs.

pull/113/head
Abhishek Banthia 2 years ago
parent
commit
c39e5d9f01
  1. 4
      Clocker/Preferences/Permissions/PermissionsViewController.swift

4
Clocker/Preferences/Permissions/PermissionsViewController.swift

@ -151,8 +151,8 @@ class PermissionsViewController: ParentViewController {
NotificationCenter.default.post(name: .calendarAccessGranted, object: nil)
}
} else {
Logger.log(object: ["Reminder Access Not Granted": "YES"],
for: "Reminder Access Not Granted")
Logger.log(object: ["Calendar Access Not Granted": "YES"],
for: "Calendar Access Not Granted")
}
})
} else if eventCenter.calendarAccessGranted() {

Loading…
Cancel
Save