Skip to content

Commit

Permalink
Fixing small error.
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-silva-funttastic committed Oct 18, 2023
1 parent 84f3afe commit b5bbca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/kujira/kujira.ts
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ export class Kujira {
options.marketId ? { id: options.marketId } : { name: options.marketName }
);

for (const [source, configuration] of config.tickers.sources) {
for (const [source] of config.tickers.sources) {
try {
if (!source || source === TickerSource.ORDER_BOOK_SAP) {
const orderBook = await this.getOrderBook({ marketId: market.id });
Expand Down

0 comments on commit b5bbca8

Please sign in to comment.