Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit fdcb436

Browse files
committed
fix: removed duplicate imports
1 parent bd83ce4 commit fdcb436

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api-base.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
import DerivAPIBasic from '@deriv/deriv-api/dist/DerivAPIBasic';
1111
import APIMiddleware from './api-middleware';
1212
import { observer as globalObserver } from '@utilities/observer';
13-
import APIMiddleware from './api-middleware';
1413

1514
const socket_url = `wss://${getServerAddressFallback()}/websockets/v3?app_id=${getAppIdFallback()}&l=${getLanguage().toUpperCase()}&brand=deriv`;
1615

0 commit comments

Comments
 (0)