Skip to content
Snippets Groups Projects
Commit 44ce97a9 authored by Maksim's avatar Maksim
Browse files

Apply suggestion to lib/pleroma/web/media_proxy/invalidations/script.ex

parent 078d687e
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ defmodule Pleroma.Web.MediaProxy.Invalidation.Script do
require Logger
@impl Pleroma.Web.MediaProxy.Invalidation
def purge(urls, opts \\ %{}) do
def purge(urls, opts \\ []) do
args =
urls
|> List.wrap()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment