Skip to content

Commit

Permalink
Rename file to keep consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomenjr committed May 1, 2022
1 parent 24d43d9 commit 633f6a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/services/exchange.service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Account, Product, Fill } from "coinbase-pro-node";

import { coinbase } from "../exchanges/conibase.exchange";
import { coinbase } from "../exchanges/coinbase-pro.exchange";
import { roundByDecimals } from "../utils/math.utils";

// TODO: Deal with pagination
Expand Down

0 comments on commit 633f6a6

Please sign in to comment.