mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
lint
This commit is contained in:
@@ -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()
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user