This commit is contained in:
syuilo 2018-09-10 03:39:00 +09:00
parent 6f40c1f25a
commit 87d0bc2854

View file

@ -125,7 +125,7 @@ export default (params: any, me: ILocalUser) => new Promise(async (res, rej) =>
ids.forEach(id => ps.excludeUserIds.push(id)); ids.forEach(id => ps.excludeUserIds.push(id));
} }
let q: any = { const q: any = {
$and: [{ $and: [{
tagsLower: ps.tag.toLowerCase() tagsLower: ps.tag.toLowerCase()
}], }],