feat: Slack bot notifications (#676)

This commit is contained in:
Matthieu Bollot
2024-04-08 00:33:29 +02:00
committed by Maksim Eltyshev
parent b976673826
commit 2990ea593a
9 changed files with 128 additions and 26 deletions

View File

@@ -49,6 +49,7 @@ module.exports = {
card = await sails.helpers.cards.deleteOne.with({
record: card,
user: currentUser,
request: this.req,
});