Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Unipisa/dm-manager into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
robol committed Oct 27, 2023
2 parents 822f302 + 3138e79 commit 3b7a9f7
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 @@ -12,7 +12,7 @@ async function coursesQuery(req) {
{ $project: {
_id: 1,
speaker: 1,
lecturer: 1,
lecturers: 1,
title: 1,
lessons: {
date: 1,
Expand Down

0 comments on commit 3b7a9f7

Please sign in to comment.