Skip to content

Commit

Permalink
fix: lecturer -> lecturers
Browse files Browse the repository at this point in the history
  • Loading branch information
aziis98 committed Oct 27, 2023
1 parent 70ce8f9 commit 3138e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controllers/public/courses.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ async function coursesQuery(req) {
{ $project: {
_id: 1,
speaker: 1,
lecturer: 1,
lecturers: 1,
title: 1,
lessons: 1,
}},
Expand Down

0 comments on commit 3138e79

Please sign in to comment.