Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Commit

Permalink
bitstamp: fixing import from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bmancini55 committed Jun 18, 2021
1 parent 37740f1 commit 91e73d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exchanges/BitstampClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
import semaphore = require("semaphore");
import { Level2Point } from "../../dist/src/Level2Point";
import { Level2Point } from "../Level2Point";
import { BasicClient } from "../BasicClient";
import { ClientOptions } from "../ClientOptions";
import { Level2Snapshot } from "../Level2Snapshots";
Expand Down

0 comments on commit 91e73d9

Please sign in to comment.