Skip to content

Commit

Permalink
Fix build?
Browse files Browse the repository at this point in the history
  • Loading branch information
ebroda committed Nov 25, 2024
1 parent 03747ab commit 77b33c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dao/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ func EventStateNotificationCreator(i *models.Event) (err error) {
return
}

notifyAboutStateChange(i.Creator, i)
notifyAboutStateChange(&i.Creator, i)
return
}

Expand Down

0 comments on commit 77b33c4

Please sign in to comment.