Skip to content

Commit c335477

Browse files
authored
deribit linting
1 parent 74cd474 commit c335477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/deribit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ module.exports = class deribit extends Exchange {
10791079
if (marketId in this.markets_by_id) {
10801080
market = this.markets_by_id[marketId];
10811081
symbol = market['symbol'];
1082-
base = market['base']
1082+
base = market['base'];
10831083
}
10841084
if (market !== undefined) {
10851085
if (symbol === undefined) {

0 commit comments

Comments
 (0)