mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 17:23:54 +09:00
lint
This commit is contained in:
@ -16,6 +16,7 @@ export const meta = {
|
||||
},
|
||||
};
|
||||
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default define(meta, async (ps) => {
|
||||
const user = await getRemoteUser(ps.userId);
|
||||
await updatePerson(user.uri!);
|
||||
|
Reference in New Issue
Block a user