mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
remove extraneous call to ImageProcessor.cast in seeds
This commit is contained in:
parent
caf1659465
commit
775aa72a5f
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ for image_def <- resources["remote_images"] do
|
|||
)
|
||||
|> case do
|
||||
{:ok, %{image: image}} ->
|
||||
ImageProcessor.cast(image.id)
|
||||
Images.reindex_image(image)
|
||||
Tags.reindex_tags(image.added_tags)
|
||||
|
||||
|
|
Loading…
Reference in a new issue