Explorar o código

commentout @Inject()

zahmis %!s(int64=5) %!d(string=hai) anos
pai
achega
2e34329e1a
Modificáronse 1 ficheiros con 4 adicións e 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())