formatting

This commit is contained in:
mdashlw 2025-02-25 04:59:23 +00:00 committed by GitHub
parent b905792e9c
commit 9bbe9bc65d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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