Credo checks

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2018-06-06 17:52:24 +02:00
parent 63b63d9ee2
commit 99f9413519
2 changed files with 2 additions and 2 deletions

View File

@@ -306,7 +306,7 @@ defmodule Eventos.Service.ActivityPub do
|> Enum.chunk_every(limit)
|> Enum.at(page - 1)
|> Enum.map(fn event ->
{:ok, activity } = ical_event_to_activity(event, actor, bot.source)
{:ok, activity} = ical_event_to_activity(event, actor, bot.source)
activity
end)
{activities, length(ical_events)}