Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yesyash committed Jul 20, 2024
1 parent 7045fad commit fa4acfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public List<SkillViewModel> getAll() {
public SkillRequestsDto getAllRequests() {
List<UserSkillsModel> pendingSkills = userSkillRepository.findByStatus(UserSkillStatusEnum.PENDING);

// store all users data that are a part of this request cycle.
// store all users data that are a part of this request
Map<String, UserViewModel> userDetails = new HashMap<>();

// make a list of all pending skill requests with their endorsement details
Expand Down

0 comments on commit fa4acfe

Please sign in to comment.