We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399eb9a commit c16ab85Copy full SHA for c16ab85
1 file changed
src/quote/market.js
@@ -48,7 +48,7 @@ module.exports = (quoteSession) => class QuoteMarket {
48
constructor(symbol, session = 'regular') {
49
this.#symbol = symbol;
50
this.#session = session;
51
- this.#symbolKey = `=${JSON.stringify({ session, symbol })}`
+ this.#symbolKey = `=${JSON.stringify({ session, symbol })}`;
52
53
if (!this.#symbolListeners[this.#symbolKey]) {
54
this.#symbolListeners[this.#symbolKey] = [];
0 commit comments