Jelajahi Sumber

Merge branch 'feat/create-endpoint-growi-register' into feat/create-modal-after-typing-growi-register

zahmis 5 tahun lalu
induk
melakukan
459dc157b8

+ 1 - 1
packages/slackbot-proxy/src/controllers/slack.ts

@@ -67,7 +67,7 @@ export class SlackCtrl {
     console.log('Controller/events', slackInput);
     res.send();
 
-    // console.log('body', body);
+    console.log('body', body);
 
     return 'This action will be handled by bolt service.';
   }

+ 1 - 2
packages/slackbot-proxy/src/services/RecieveService.ts

@@ -1,8 +1,7 @@
 import { SlashCommand } from '@slack/bolt';
 import { Service } from '@tsed/di';
-import { parse } from '../../../slack/src/utils/slash-command-parser';
 import { openRegisterModal } from './RegisterService';
-
+import { parse } from '../../../slack/src/utils/slash-command-parser';
 
 @Service()
 export class ReceiveService {