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