forked from FoundKeyGang/FoundKey
[API] Fix bug
This commit is contained in:
parent
ca222eaa0c
commit
21f1da39c6
1 changed files with 1 additions and 3 deletions
|
@ -54,14 +54,12 @@ module.exports = (params, user) =>
|
|||
}
|
||||
|
||||
// Create like
|
||||
const inserted = await Like.insert({
|
||||
await Like.insert({
|
||||
created_at: new Date(),
|
||||
post_id: post._id,
|
||||
user_id: user._id
|
||||
});
|
||||
|
||||
const like = inserted.ops[0];
|
||||
|
||||
// Send response
|
||||
res();
|
||||
|
||||
|
|
Loading…
Reference in a new issue