Skip to content

Commit

Permalink
Update deleteTeamMember.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemu21 authored May 15, 2024
1 parent b27a053 commit 06a0c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/app/routes/teamMember/deleteTeamMember.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ module.exports = async(req,res,next) => {
catch(error) {
return res.status(500).json({error:"Some internal server error"});
}

}
}

0 comments on commit 06a0c7f

Please sign in to comment.