Done ticket GEPAFINBE-151

This commit is contained in:
Piyush
2025-01-28 18:43:39 +05:30
parent acb16d1941
commit b274cd672b
2 changed files with 4 additions and 3 deletions

View File

@@ -84,7 +84,6 @@ public class ApplicationAmendmentRequestServiceImpl implements ApplicationAmendm
@Override
public List<ApplicationAmendmentRequestResponse> getAllApplicationAmendmentRequest(HttpServletRequest request,Long userId) {
UserEntity user = validator.validatePreInstructor(request, userId);
return applicationAmendmentRequestDao.getAllApplicationAmendmentRequest(request,userId);
}