sou 7 лет назад
Родитель
Сommit
7a2f4edb34
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      lib/routes/comment.js

+ 3 - 3
lib/routes/comment.js

@@ -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