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