From 35b873c78934878761f28f879ac4f999e2516ed9 Mon Sep 17 00:00:00 2001 From: Mikhail Gladchenko Date: Mon, 13 Feb 2023 12:59:05 +0000 Subject: [PATCH] Eslint error fix --- src/services/OrionAggregator/ws/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/OrionAggregator/ws/index.ts b/src/services/OrionAggregator/ws/index.ts index 1a97aa8..7dbfad3 100644 --- a/src/services/OrionAggregator/ws/index.ts +++ b/src/services/OrionAggregator/ws/index.ts @@ -10,8 +10,8 @@ import { } from './schemas'; import UnsubscriptionType from './UnsubscriptionType'; import { - SwapInfoByAmountIn, SwapInfoByAmountOut, SwapInfoBase, - AssetPairUpdate, OrderbookItem, Balance, Exchange, CFDBalance, SwapInfo, FuturesTradeInfo, + SwapInfoBase, AssetPairUpdate, OrderbookItem, Balance, + Exchange, CFDBalance, SwapInfo, FuturesTradeInfo, } from '../../../types'; import unsubscriptionDoneSchema from './schemas/unsubscriptionDoneSchema'; import assetPairConfigSchema from './schemas/assetPairConfigSchema';