Bug display and/or description
If you use postman to delete a like on a post when the post isn't liked by the logged-in user, the backend throws an error
Reproduce
[ ] find a post that you haven't liked
[ ] create a delete request to localhost:8000/api/post/like/{path}
[ ] the backend should throw the error in the picture above
Bug display and/or description If you use postman to delete a like on a post when the post isn't liked by the logged-in user, the backend throws an error
Reproduce
Branch 329-hotfix-unlike-error