Просмотр исходного кода

out ReceiveService in Server.ts

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

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

@@ -8,7 +8,7 @@ import methodOverride from 'method-override';
 import '@tsed/swagger';
 import '@tsed/swagger';
 import { TypeORMService } from '@tsed/typeorm';
 import { TypeORMService } from '@tsed/typeorm';
 import { ConnectionOptions } from 'typeorm';
 import { ConnectionOptions } from 'typeorm';
-import { ReceiveService } from './services/RecieveService';
+// import { ReceiveService } from './services/RecieveService';
 
 
 export const rootDir = __dirname;
 export const rootDir = __dirname;