mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-20 20:34:23 +01:00
Fix unused
This commit is contained in:
parent
eb164ab11f
commit
a6fee28bf8
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ defmodule Philomena.Images do
|
||||||
|> Multi.run(:copy_tags, fn _, %{} ->
|
|> Multi.run(:copy_tags, fn _, %{} ->
|
||||||
{:ok, Tags.copy_tags(image, duplicate_of_image)}
|
{:ok, Tags.copy_tags(image, duplicate_of_image)}
|
||||||
end)
|
end)
|
||||||
|> Multi.run(:migrate_sources, fn repo, %{} ->
|
|> Multi.run(:migrate_sources, fn _, %{} ->
|
||||||
{:ok, migrate_sources(image, duplicate_of_image)}
|
{:ok, migrate_sources(image, duplicate_of_image)}
|
||||||
end)
|
end)
|
||||||
|> Multi.run(:migrate_comments, fn _, %{} ->
|
|> Multi.run(:migrate_comments, fn _, %{} ->
|
||||||
|
|
Loading…
Reference in a new issue