소스 검색

delete commentout

zahmis 5 년 전
부모
커밋
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);