feat: Slack bot notifications (#676)

This commit is contained in:
Matthieu Bollot
2024-04-08 01:27:10 +02:00
committed by Maksim Eltyshev
parent 90435da0ab
commit 2eff8b80f1
9 changed files with 128 additions and 26 deletions
+1 -1
View File
@@ -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?
}
},
};