Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwhite committed Aug 27, 2024
2 parents 638fb86 + 1550125 commit 6d9a614
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ defmodule PhilomenaWeb.Api.Json.Search.ReverseController do

conn
|> put_view(PhilomenaWeb.Api.Json.ImageView)
|> render("index.json", images: images, total: length(images), interactions: interactions)
|> render("index.json",
images: images,
total: images.total_entries,
interactions: interactions
)
end
end

0 comments on commit 6d9a614

Please sign in to comment.