Skip to content

Commit

Permalink
Adding batch details for all the courses
Browse files Browse the repository at this point in the history
karthik-tarento committed Feb 14, 2024

Verified

This commit was signed with the committer’s verified signature.
paulfantom Paweł Krupa
1 parent 98032a2 commit a6857df
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -477,10 +477,10 @@ class CourseEnrolmentActor @Inject()(@Named("course-batch-notification-actor") c
}
}
val updatedEnrolmentList = updateProgressData(allEnrolledCourses, userId, allCourseIds, request.getRequestContext)
if ("v2".equals(version))
addBatchDetails_v2(updatedEnrolmentList, request)
else
addBatchDetails(updatedEnrolmentList, request)
//if ("v2".equals(version))
// addBatchDetails_v2(updatedEnrolmentList, request)
//else
addBatchDetails(updatedEnrolmentList, request)

} else new java.util.ArrayList[java.util.Map[String, AnyRef]]()
}

0 comments on commit a6857df

Please sign in to comment.