Browse Source

out ReceiveService in Server.ts

zahmis 5 năm trước cách đây
mục cha
commit
7c5d52aa35
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 { TypeORMService } from '@tsed/typeorm';
 import { ConnectionOptions } from 'typeorm';
-import { ReceiveService } from './services/RecieveService';
+// import { ReceiveService } from './services/RecieveService';
 
 export const rootDir = __dirname;