Skip to content

Commit c16ab85

Browse files
authored
semi colon
1 parent 399eb9a commit c16ab85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quote/market.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = (quoteSession) => class QuoteMarket {
4848
constructor(symbol, session = 'regular') {
4949
this.#symbol = symbol;
5050
this.#session = session;
51-
this.#symbolKey = `=${JSON.stringify({ session, symbol })}`
51+
this.#symbolKey = `=${JSON.stringify({ session, symbol })}`;
5252

5353
if (!this.#symbolListeners[this.#symbolKey]) {
5454
this.#symbolListeners[this.#symbolKey] = [];

0 commit comments

Comments
 (0)