forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
ef08c78b81
commit
b2223c19e1
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ async function byNative(res, rej, me, text, userId, following, reply, repost, me
|
||||||
$and: []
|
$and: []
|
||||||
};
|
};
|
||||||
|
|
||||||
const push = q.$and.push;
|
const push = x => q.$and.push(x);
|
||||||
|
|
||||||
if (text) {
|
if (text) {
|
||||||
push({
|
push({
|
||||||
|
|
Loading…
Reference in a new issue