@@ -95,9 +95,9 @@ module.exports = function(crowi, app) {
});
Promise.all(promises)
- .catch(err => {
- logger.error('Error occured in sending slack notification: ', err);
- });
+ .catch(err => {
+ logger.error('Error occured in sending slack notification: ', err);
+ });
}
// NOTIFICATION: send comment notification here