瀏覽代碼

fix(api-gateway): remove unused imports

Karol Sójko 1 年之前
父節點
當前提交
fd997f4849
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/api-gateway/bin/server.ts

+ 0 - 1
packages/api-gateway/bin/server.ts

@@ -36,7 +36,6 @@ import { InversifyExpressServer } from 'inversify-express-utils'
 import { ContainerConfigLoader } from '../src/Bootstrap/Container'
 import { TYPES } from '../src/Bootstrap/Types'
 import { Env } from '../src/Bootstrap/Env'
-import { IncomingMessage, ServerResponse } from 'http'
 
 const container = new ContainerConfigLoader()
 void container.load().then((container) => {