Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
n0shake committed Jul 24, 2022
2 parents cb4e852 + c39e5d9 commit 5af3e88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 5af3e88

Please sign in to comment.