Skip to content

Commit

Permalink
Removed erroneous function.
Browse files Browse the repository at this point in the history
  • Loading branch information
weskubo-cgi committed Aug 4, 2022
1 parent 9e0582e commit de17df6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/services/GroupMemberService.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@ export default {
cancelDependent(request) {
return apiRequest().then((axiosInstance) => axiosInstance.post(resources.groupMember.cancelDependent, request))
},
reinstateOverAgeDependent(request) {
return apiRequest().then((axiosInstance) => axiosInstance.post(resources.groupMember.cancelDependent, request))
},
}

0 comments on commit de17df6

Please sign in to comment.