mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
[API] Fix bug
This commit is contained in:
parent
6b8a23f3e7
commit
c1d2f77d20
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@ const self = (
|
|||
const liked = await Like
|
||||
.count({
|
||||
user_id: me._id,
|
||||
post_id: id
|
||||
post_id: id,
|
||||
deleted_at: { $exists: false }
|
||||
}, {
|
||||
limit: 1
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue