react and unreact

This commit is contained in:
Adolfo Reyna
2021-09-02 16:24:19 -07:00
parent 9a302a87de
commit 8c58b4c91c
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ postDB = (DB)=>{
});
}
DB.removeReaction = (postid, userid) => {
DB.removeReaction = (postid, profileid) => {
const id = DB.ObjectID(postid);
let update = {
$unset:{