zahmis 5 лет назад
Родитель
Сommit
2e5377a096
1 измененных файлов с 0 добавлено и 19 удалено
  1. 0 19
      packages/slackbot-proxy/src/services/RecieveService.ts

+ 0 - 19
packages/slackbot-proxy/src/services/RecieveService.ts

@@ -1,19 +0,0 @@
-// import { Service } from '@tsed/di';
-// import { parse } from '@growi/slack/src/utils/slash-command-parser';
-// // import { openRegisterModal } from './RegisterService';
-
-// @Service()
-// export class ReceiveService {
-
-//   async receiveContentsFromSlack(body:{[key:string]:string}) : Promise<string> {
-//     const parseBody = parse(body);
-
-//     if (parseBody.growiCommandType === 'register') {
-//       // await openRegisterModal(body);
-//       return 'register action occurd';
-//     }
-
-//     return 'return receiveContentsFromSlack';
-//   }
-
-// }