-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DELETE unfollow profile #190
DELETE unfollow profile #190
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great @pabloaguilarmartinez 🙌 Thanks for your interest in this project, and your time for the contribution.
2 small nits:
- The original
delete
query was quite bad for the requirements, so I updated the query. This simplifies some of the code. - Thanks to type-safe routing in Ktor we get safe access to any parameters and queries.
Besides that looking perfect 👏
Sorry for the delay in reviewing, I was sick this week.
Happy hacktoberfest 👻
…on and removing either because this query can only fail unexpectedly
…fe routes to safely access a non-null username value
Looks prefect! Thank you @pabloaguilarmartinez 👏 👏 And thank you for your interest in the project, and taking your time to contribute to this project 🙌 |
Thanks to you @nomisRev , it is a really good initiative for hacktoberfest. I enjoyed it a lot! |
This PR attempts to solve the following issue #156
Missing POST to follow user just to check if the relationship is updated when unfollow. With that we may have to refactor.