Skip to content
Snippets Groups Projects
Commit 9a371bf5 authored by Maksim's avatar Maksim
Browse files

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

parent 44ce97a9
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ def purge(urls, opts \\ []) do
|> Enum.join(" ")
opts
|> Keyword.get(:script_path, nil)
|> Keyword.get(:script_path)
|> do_purge([args])
|> handle_result(urls)
end
......
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