Fix issue in function signature

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-04-05 12:16:56 +02:00
parent 8ebcba998b
commit e49a8e3905
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -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(),