mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
fix copypasta error
This commit is contained in:
parent
0c9a31eeda
commit
ccd5c6aae1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ defmodule Philomena.ImageScope do
|
|||
[]
|
||||
|> scope(conn, "q", :q)
|
||||
|> scope(conn, "sf", :sf)
|
||||
|> scope(conn, "sd", :sf)
|
||||
|> scope(conn, "sd", :sd)
|
||||
end
|
||||
|
||||
defp scope(list, conn, key, key_atom) do
|
||||
|
|
Loading…
Reference in a new issue