mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-31 19:36:44 +01:00
Add missing field for evaluator
This commit is contained in:
parent
47fe5d5e5c
commit
4cb7a104b2
1 changed files with 2 additions and 1 deletions
|
@ -264,7 +264,8 @@ defmodule PhilomenaWeb.ImageView do
|
|||
height: image.image_height,
|
||||
aspect_ratio: image.image_aspect_ratio,
|
||||
sha512_hash: image.image_sha512_hash,
|
||||
orig_sha512_hash: image.image_orig_sha512_hash
|
||||
orig_sha512_hash: image.image_orig_sha512_hash,
|
||||
description: image.description
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue