mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
lint
This commit is contained in:
parent
6f40c1f25a
commit
87d0bc2854
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Reference in a new issue