Skip to content
Snippets Groups Projects
Commit cd1d3f0b authored by Ranindya Paramitha's avatar Ranindya Paramitha
Browse files

hotfix 0 sks

parent 5ff12ff6
1 merge request!62Hotfix 0 SKS Course Class Meeting
......@@ -55,6 +55,7 @@ const getCourseClassMeetingByLecturerId = async (opts = {}) => {
}
const getCourseClassMeetingByCourseClassIds = async (courseClassIds) => {
if (!courseClassIds.length) return [];
try {
const courseClassMeetings = await CourseClassMeeting.findAll({
where : {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment