mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-06 08:43:56 +09:00
lint
This commit is contained in:
@ -50,6 +50,7 @@ export const meta = {
|
||||
},
|
||||
};
|
||||
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default define(meta, async (ps, user) => {
|
||||
const followingQuery = Followings.createQueryBuilder('following')
|
||||
.select('following.followeeId')
|
||||
|
Reference in New Issue
Block a user