fix lint
This commit is contained in:
@@ -5,5 +5,5 @@ export default (user: ILocalUser, target: any, object: any) => ({
|
||||
type: 'Add',
|
||||
actor: `${config.url}/users/${user.id}`,
|
||||
target,
|
||||
object
|
||||
object,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user