Add missing field for evaluator

This commit is contained in:
Liam 2025-01-03 18:42:34 -05:00
parent 47fe5d5e5c
commit 4cb7a104b2

View file

@ -264,7 +264,8 @@ defmodule PhilomenaWeb.ImageView do
height: image.image_height, height: image.image_height,
aspect_ratio: image.image_aspect_ratio, aspect_ratio: image.image_aspect_ratio,
sha512_hash: image.image_sha512_hash, 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 end