Skip to content

Commit

Permalink
[#11697] Remove projection query without index (#11698)
Browse files Browse the repository at this point in the history
  • Loading branch information
moziliar authored Apr 2, 2022
1 parent 7dfda8b commit 0ccc571
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/teammates/storage/api/InstructorsDb.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ public List<String> getInstructorEmailsForCourse(String courseId) {

return load()
.filter("courseId =", courseId)
.project("email")
.list()
.stream()
.map(Instructor::getEmail)
Expand Down

0 comments on commit 0ccc571

Please sign in to comment.