FiTRSkills / ForkInTheCode

Fills the skills gap in the market by allowing job seekers to find valuable skills and courses to learn them
1 stars 1 forks source link

Unable to delete courses #116

Closed sk6786 closed 3 years ago

sk6786 commented 3 years ago

When trying to delete a course the following error on the backend is produced: (Cannot read property 'first' of undefined, profilecontroller line 22)

RachaelDaly commented 3 years ago

@sk6786 so for this that controller is never called in the backend for course deletion so Im not sure how you're getting this error. Can you step by step reproduce it or demo/ share some of the front end code its breaking on

RachaelDaly commented 3 years ago

Its a front end issue the _id for deleting the course is undefined