From 2a089b3c4b39220cebc502e32950351aab5937f3 Mon Sep 17 00:00:00 2001 From: lomonoshka Date: Thu, 28 Sep 2023 19:57:58 +0400 Subject: [PATCH] Removed unused import --- src/services/Aggregator/ws/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/services/Aggregator/ws/index.ts b/src/services/Aggregator/ws/index.ts index a3e0049..a50d62b 100644 --- a/src/services/Aggregator/ws/index.ts +++ b/src/services/Aggregator/ws/index.ts @@ -17,9 +17,6 @@ import unsubscriptionDoneSchema from './schemas/unsubscriptionDoneSchema.js'; import assetPairConfigSchema from './schemas/assetPairConfigSchema.js'; import type { fullOrderSchema, orderUpdateSchema } from './schemas/addressUpdateSchema.js'; import { objectKeys } from '../../../utils/objectKeys.js'; -import type { Factory } from '../../../Unit/Exchange/generateSwapCalldata.js'; -// import assertError from '../../../utils/assertError.js'; -// import errorSchema from './schemas/errorSchema'; const UNSUBSCRIBE = 'u'; const SERVER_PING_INTERVAL = 30000;