forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
1641d6bce2
commit
f20c08f0f7
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ module.exports = (params, user) => new Promise(async (res, rej) => {
|
||||||
},
|
},
|
||||||
renoteCount: {
|
renoteCount: {
|
||||||
$gt: 0
|
$gt: 0
|
||||||
}
|
},
|
||||||
|
'_user.host': null
|
||||||
} as any;
|
} as any;
|
||||||
|
|
||||||
if (reply != undefined) {
|
if (reply != undefined) {
|
||||||
|
|
Loading…
Reference in a new issue