1 parent 74cd474 commit c335477Copy full SHA for c335477
1 file changed
js/deribit.js
@@ -1079,7 +1079,7 @@ module.exports = class deribit extends Exchange {
1079
if (marketId in this.markets_by_id) {
1080
market = this.markets_by_id[marketId];
1081
symbol = market['symbol'];
1082
- base = market['base']
+ base = market['base'];
1083
}
1084
if (market !== undefined) {
1085
if (symbol === undefined) {
0 commit comments