Explorar el Código

commentout @Inject()

zahmis hace 5 años
padre
commit
2e34329e1a
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      packages/slackbot-proxy/src/Server.ts

+ 4 - 1
packages/slackbot-proxy/src/Server.ts

@@ -8,7 +8,7 @@ import methodOverride from 'method-override';
 import '@tsed/swagger';
 import { TypeORMService } from '@tsed/typeorm';
 import { ConnectionOptions } from 'typeorm';
-
+import { ReceiveService } from './services/RecieveService';
 
 export const rootDir = __dirname;
 
@@ -72,6 +72,9 @@ export class Server {
   @Inject()
   injector: InjectorService;
 
+  // @Inject()
+  // receiveService:ReceiveService
+
   $beforeRoutesInit(): void {
     this.app
       .use(cookieParser())