@barchart/portfolio-api-common 9.0.0 → 9.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -219,8 +219,8 @@ module.exports = (() => {
|
|
|
219
219
|
|
|
220
220
|
const disposable = Disposable.fromAction(() => {
|
|
221
221
|
if (this._calculationSuspensions.delete(token) && this._calculationSuspensions.size === 0) {
|
|
222
|
-
const positionQuotes = [ ...this._suspendedPositionQuotes.
|
|
223
|
-
const forexQuotes = [ ...this._suspendedForexQuotes.
|
|
222
|
+
const positionQuotes = [ ...this._suspendedPositionQuotes.values() ];
|
|
223
|
+
const forexQuotes = [ ...this._suspendedForexQuotes.values() ];
|
|
224
224
|
|
|
225
225
|
this._suspendedPositionQuotes = new Map();
|
|
226
226
|
this._suspendedForexQuotes = new Map();
|