Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeriox committed Mar 16, 2024
1 parent e246bd6 commit 92cb45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ephios/core/services/notifications/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def get_actions(cls, notification):
event = Event.objects.get(pk=notification.data.get("event_id"))
participation = AbstractParticipation.objects.filter(
pk=notification.data.get("participation_id")
).first()
).first() # there is no participation for responsible users
return [
(
str(_("View message")),
Expand Down

0 comments on commit 92cb45a

Please sign in to comment.