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

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

@@ -3,12 +3,6 @@ import { Service } from '@tsed/di';
 @Service()
 export class ReceiveService {
 
-  // body:any
-
-  // constructor(body) {
-  //   this.body = body;
-  // }
-
   receive(body) {
 
     console.log('Receive Class', body);