react and unreact
This commit is contained in:
@@ -25,7 +25,7 @@ postDB = (DB)=>{
|
||||
});
|
||||
}
|
||||
|
||||
DB.removeReaction = (postid, userid) => {
|
||||
DB.removeReaction = (postid, profileid) => {
|
||||
const id = DB.ObjectID(postid);
|
||||
let update = {
|
||||
$unset:{
|
||||
|
||||
Reference in New Issue
Block a user