Explorar el Código

delete commentout

zahmis hace 5 años
padre
commit
e844638aa3
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  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);