Procházet zdrojové kódy

fix(api-gateway): remove unused imports

Karol Sójko před 1 rokem
rodič
revize
fd997f4849
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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) => {