MLH-Fellowship / SocioMark

A social media platform that lets you upload images and secures them by embedding a personalised hash.
https://sociomark.netlify.app
MIT License
16 stars 8 forks source link

Fix Likes Bug #99

Closed aitikgupta closed 3 years ago

aitikgupta commented 3 years ago

We weren't updating with the unique post_id, so the very first like with user_id was getting updated. This PR solves that.

Resolves https://github.com/Open-Sourced-Olaf/SocioMark/issues/93

aitikgupta commented 3 years ago

The deployed link will keep on adding the likes because the backend is not continuously deployed to Heroku.