mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-19 03:44: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 _, %{} ->
|
||||
{:ok, Tags.copy_tags(image, duplicate_of_image)}
|
||||
end)
|
||||
|> Multi.run(:migrate_sources, fn repo, %{} ->
|
||||
|> Multi.run(:migrate_sources, fn _, %{} ->
|
||||
{:ok, migrate_sources(image, duplicate_of_image)}
|
||||
end)
|
||||
|> Multi.run(:migrate_comments, fn _, %{} ->
|
||||
|
|
Loading…
Reference in a new issue