Skip to content

Commit

Permalink
Refactor Mentee service to remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
mayura-andrew committed Sep 27, 2024
1 parent d31bb0e commit d738745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/mentee.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const getPublicMentee = async (
mentee: publicMentee,
message: 'Mentees found'
}
} catch (err) {MonthlyCheckIn
} catch (err) {
throw new Error('Error getting mentees')
}
}

0 comments on commit d738745

Please sign in to comment.