Skip to content

Commit

Permalink
Merge pull request #246 from ms-club-sliit/232-delete-interview-shedu…
Browse files Browse the repository at this point in the history
…led-meeting

#232 - Request changes added
  • Loading branch information
senuravihanjayadeva authored May 4, 2022
2 parents f3e18c6 + a87a32f commit 3dcbc68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/services/Meeting.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export const updateMeeting = async (

export const deleteMeetingPermanently = async (meetingId: string) => {
const meeting = await MeetingModel.findById(meetingId);

if (meeting) {
return axios
.delete(`${process.env.MS_MEETING_MANAGER_API}/api/msteams/internalmeeting/${meeting.meetingId}`)
Expand Down

0 comments on commit 3dcbc68

Please sign in to comment.