mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 00:15:35 +02:00
lint
This commit is contained in:
@@ -39,6 +39,7 @@ export const meta = {
|
||||
},
|
||||
};
|
||||
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default define(meta, async (ps, me) => {
|
||||
const query = makePaginationQuery(Users.createQueryBuilder('user'), ps.sinceId, ps.untilId)
|
||||
.andWhere(`user.host = :host`, { host: ps.host });
|
||||
|
||||
Reference in New Issue
Block a user