mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-17 11:04:22 +01:00
add logger
This commit is contained in:
parent
bd401cf967
commit
2dc36ee36e
1 changed files with 9 additions and 0 deletions
|
@ -261,6 +261,15 @@ defmodule Philomena.Galleries do
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
IO.inspect([
|
||||||
|
image_ids: image_ids,
|
||||||
|
interactions: interactions,
|
||||||
|
interaction_positions: interaction_positions,
|
||||||
|
images_present: images_present,
|
||||||
|
requested: requested,
|
||||||
|
changes: changes
|
||||||
|
], limit: :infinity)
|
||||||
|
|
||||||
changes
|
changes
|
||||||
|> Enum.map(fn change ->
|
|> Enum.map(fn change ->
|
||||||
id = Keyword.fetch!(change, :id)
|
id = Keyword.fetch!(change, :id)
|
||||||
|
|
Loading…
Reference in a new issue