Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thortol committed Sep 1, 2024
1 parent 6865797 commit 1183b15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/cadet/assessments/assessments.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1458,8 +1458,6 @@ defmodule Cadet.Assessments do
|> where(submission_id: ^submission_id)
|> order_by(:question_id)
|> select([a], %{
# grouping by submission, so s.xp_bonus will be the same, but we need an
# aggregate function
total_xp: a.xp + a.xp_adjustment
})

Expand Down

0 comments on commit 1183b15

Please sign in to comment.