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