fix conflie

This commit is contained in:
soukainna 2023-02-22 14:56:06 +01:00
parent 868e1321b7
commit 72c292bd47
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ func (h AgendaHandler) DeleteSubscription(eventid string, subscriber string, dat
}
err = h.storage.UpdateSubscription(eventid, subscriber, deletesubscription)
return
}
func (h AgendaHandler) UpdateEvent(event storage.Event) (*storage.Event, error) {
// Store the account