forked from potsda.mn/mobilizon
Fix issue in function signature
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
8ebcba998b
commit
e49a8e3905
|
@ -18,8 +18,8 @@ defmodule Mobilizon.Web.Email.Event do
|
|||
@important_changes [:title, :begins_on, :ends_on, :status, :physical_address]
|
||||
|
||||
@spec event_updated(
|
||||
Participant.t(),
|
||||
String.t(),
|
||||
Participant.t(),
|
||||
Actor.t(),
|
||||
Event.t(),
|
||||
Event.t(),
|
||||
|
|
Loading…
Reference in a new issue