Skip to content

Commit

Permalink
One more formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
josh1248 committed Sep 10, 2024
1 parent 6220481 commit 63b915d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/cadet_web/views/assessments_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ defmodule CadetWeb.AssessmentsView do
end

def render("leaderboard.json", %{leaderboard: leaderboard}) do
render_many(leaderboard, CadetWeb.AdminAssessmentsView, "contestEntry.json",
render_many(
leaderboard,
CadetWeb.AdminAssessmentsView,
"contestEntry.json",
as: :contestEntry
)
end
Expand Down

0 comments on commit 63b915d

Please sign in to comment.