Skip to content

Commit

Permalink
Removing validation for enrolling to Single Batch
Browse files Browse the repository at this point in the history
  • Loading branch information
niharikasingh84 committed Aug 28, 2019
1 parent faa6a1c commit d6be95a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ private void enrollCourseBatch(Request actorMessage) {
CourseBatch courseBatch =
courseBatchDao.readById(
(String) courseMap.get(JsonKey.COURSE_ID), (String) courseMap.get(JsonKey.BATCH_ID));
checkUserEnrollementStatus((String) courseMap.get(JsonKey.COURSE_ID), (String) courseMap.get(JsonKey.USER_ID));
validateCourseBatch(
courseBatch, courseMap, (String) actorMessage.getContext().get(JsonKey.REQUESTED_BY), ActorOperations.ENROLL_COURSE.getValue());

Expand Down

0 comments on commit d6be95a

Please sign in to comment.