mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 01:11:23 +03:00
@@ -154,6 +154,13 @@ module.exports = {
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
await sails.helpers.utils.sendWebhook.with({
|
||||
event: 'USER_UPDATE',
|
||||
data: { ...user, password: undefined },
|
||||
projectId: '',
|
||||
user: inputs.request.currentUser,
|
||||
});
|
||||
}
|
||||
|
||||
return user;
|
||||
|
||||
Reference in New Issue
Block a user