Merge branch 'main' into dependabot/pip/pyjwt-2.4.0

This commit is contained in:
Gowtham Sai 2022-05-28 20:08:49 +05:30 committed by GitHub
commit 4c6de049c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ def deleteResume(request, id, email, user_type):
destination_path = STORAGE_DESTINATION_RESUMES + id + "/" + str(file_name)
if path.exists(destination_path):
remove(destination_path)
# remove(destination_path)
student.resumes.remove(file_name)
student.save()
return Response({'action': "Delete Resume", 'message': "Resume Deleted"},