From 4cb7a104b25855b333c69a4e6c7fca84eb9532ad Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 3 Jan 2025 18:42:34 -0500 Subject: [PATCH] Add missing field for evaluator --- lib/philomena_web/views/image_view.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/philomena_web/views/image_view.ex b/lib/philomena_web/views/image_view.ex index 4a69af5e..a10cad01 100644 --- a/lib/philomena_web/views/image_view.ex +++ b/lib/philomena_web/views/image_view.ex @@ -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