RichMedia: fix a compilation error due to nonexistent variable
No idea why this passed Gitlab CI
This commit is contained in:
parent
4d543fcb75
commit
bb407edce4
@ -39,7 +39,7 @@ defmodule Pleroma.Web.RichMedia.Parser do
|
|||||||
{:error, :body_too_large} = e ->
|
{:error, :body_too_large} = e ->
|
||||||
e
|
e
|
||||||
|
|
||||||
{:error, {:content_type, _}} ->
|
{:error, {:content_type, _}} = e ->
|
||||||
e
|
e
|
||||||
|
|
||||||
# The TTL is not set for the errors above, since they are unlikely to change
|
# The TTL is not set for the errors above, since they are unlikely to change
|
||||||
|
Loading…
Reference in New Issue
Block a user