Skip to content

Commit

Permalink
refactor(events): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chillfox committed Jul 29, 2024
1 parent 76c7017 commit 97ff77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/events.cr
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ class Events < Application
# defaults to the current users email
cal_id = user.email unless cal_id

log.debug { "attempting to find event #{event_id} searching on #{cal_id} as #{user.email}" }
Log.debug { "attempting to find event #{event_id} searching on #{cal_id} as #{user.email}" }
event = client.get_event(user.email, id: event_id, calendar_id: cal_id)
raise Error::NotFound.new("failed to find event #{event_id} searching on #{cal_id} as #{user.email}") unless event

Expand Down

0 comments on commit 97ff77a

Please sign in to comment.