Skip to content

Commit

Permalink
Refactor cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
maxima-net committed Sep 2, 2022
1 parent cb74e87 commit 4359008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exchange/exchangeManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export class ExchangeManager implements AtomexService {
} else
postfix = 'all';

return `top_of_book_${postfix}`;
return `top-of-book_${postfix}`;
}

private convertToSymbolsArray(symbolsOrDirections?: string[] | CurrencyDirection[]) {
Expand Down

0 comments on commit 4359008

Please sign in to comment.