2
0
zahmis 5 жил өмнө
parent
commit
cd8ba87dcc

+ 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();