zahmis преди 5 години
родител
ревизия
cd8ba87dcc
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/server/util/slack.js

+ 2 - 0
src/server/util/slack.js

@@ -13,6 +13,8 @@ module.exports = function(crowi) {
 
   const slack = {};
 
+  // create notification from bot
+
   const postWithIwh = function(messageObj) {
     return new Promise((resolve, reject) => {
       const client = new Slack();