mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
feat: Slack bot notifications (#676)
This commit is contained in:
parent
89aba92b01
commit
7cb13f2ab3
9 changed files with 129 additions and 24 deletions
|
@ -25,7 +25,7 @@ module.exports = {
|
|||
|
||||
sails.log.info('Email sent: %s', info.messageId);
|
||||
} catch (error) {
|
||||
sails.log.error(error);
|
||||
sails.log.error(error); // TODO: provide description text?
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue