@barchart/portfolio-api-common 1.0.171 → 1.0.172

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.
@@ -332,7 +332,7 @@ module.exports = (() => {
332
332
  data.market = market;
333
333
  data.marketChange = marketChange;
334
334
 
335
- let marketAbsolute = market.absolute;
335
+ let marketAbsolute = market.absolute();
336
336
  let marketAbsoluteChange;
337
337
 
338
338
  if (data.marketAbsolute === null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.171",
3
+ "version": "1.0.172",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -2500,7 +2500,7 @@ module.exports = (() => {
2500
2500
  data.market = market;
2501
2501
  data.marketChange = marketChange;
2502
2502
 
2503
- let marketAbsolute = market.absolute;
2503
+ let marketAbsolute = market.absolute();
2504
2504
  let marketAbsoluteChange;
2505
2505
 
2506
2506
  if (data.marketAbsolute === null) {