RichMedia: fix a compilation error due to nonexistent variable

No idea why this passed Gitlab CI
This commit is contained in:
rinpatch 2020-09-14 15:46:00 +03:00
parent 4d543fcb75
commit bb407edce4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ defmodule Pleroma.Web.RichMedia.Parser do
{:error, :body_too_large} = e ->
e
{:error, {:content_type, _}} ->
{:error, {:content_type, _}} = e ->
e
# The TTL is not set for the errors above, since they are unlikely to change