more fixes

This commit is contained in:
squidboi 2018-06-08 19:07:14 -07:00
parent 16d896f526
commit 8903f1ad4d
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
{:ok, activity}
end
else
{:ok, nil}
_e -> {:ok, nil}
end
end