wip
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = (params, user) =>
|
||||
|
||||
// Get favoritee
|
||||
const post = await Post.findOne({
|
||||
_id: new mongo.ObjectID(postId)
|
||||
_id: postId
|
||||
});
|
||||
|
||||
if (post === null) {
|
||||
|
Reference in New Issue
Block a user