mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-04-20 10:13:59 +02:00
formatting
This commit is contained in:
parent
b905792e9c
commit
9bbe9bc65d
1 changed files with 1 additions and 5 deletions
|
@ -192,11 +192,7 @@ defmodule Philomena.Images.Query do
|
|||
|> Repo.all()
|
||||
|> Map.new(&{&1.id, &1})
|
||||
|
||||
Map.put(
|
||||
context,
|
||||
:filters,
|
||||
filters
|
||||
)
|
||||
Map.put(context, :filters, filters)
|
||||
end
|
||||
|
||||
defp parse(fields, context, query_string) do
|
||||
|
|
Loading…
Add table
Reference in a new issue