Skip to content

Commit

Permalink
removed is_released check from BrightSpaceHandler.GetSubmissions() query
Browse files Browse the repository at this point in the history
  • Loading branch information
akirkinis committed Feb 22, 2024
1 parent 7fa7ee9 commit 9dee1f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IguideME.Web/Services/LMSHandlers/BrightspaceHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ IEnumerable<User> users
grade_released_date
FROM grade_results
WHERE org_unit_id = @courseID
AND is_released = TRUE
AND user_id
IN ({string.Join(",", users.Select((_, index) => $"@userID{index}"))})",
parameters
Expand Down

0 comments on commit 9dee1f1

Please sign in to comment.