mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-19 20:04:23 +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
|
|> case do
|
||||||
{:ok, %{image: image}} ->
|
{:ok, %{image: image}} ->
|
||||||
ImageProcessor.cast(image.id)
|
|
||||||
Images.reindex_image(image)
|
Images.reindex_image(image)
|
||||||
Tags.reindex_tags(image.added_tags)
|
Tags.reindex_tags(image.added_tags)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue