mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 10:53:09 +02:00
lint
This commit is contained in:
parent
5b2f15726f
commit
23efaae85e
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));
|
||||
}
|
||||
|
||||
let q: any = {
|
||||
const q: any = {
|
||||
$and: [{
|
||||
tagsLower: ps.tag.toLowerCase()
|
||||
}],
|
||||
|
|
Loading…
Reference in a new issue