@barchart/portfolio-api-common 1.0.133 → 1.0.134

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.
@@ -357,9 +357,9 @@ module.exports = (() => {
357
357
  let map;
358
358
 
359
359
  if (display) {
360
- map = this._symbols;
361
- } else {
362
360
  map = this._symbolsDisplay;
361
+ } else {
362
+ map = this._symbols;
363
363
  }
364
364
 
365
365
  if (map.hasOwnProperty(symbol)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.133",
3
+ "version": "1.0.134",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -1073,9 +1073,9 @@ module.exports = (() => {
1073
1073
  let map;
1074
1074
 
1075
1075
  if (display) {
1076
- map = this._symbols;
1077
- } else {
1078
1076
  map = this._symbolsDisplay;
1077
+ } else {
1078
+ map = this._symbols;
1079
1079
  }
1080
1080
 
1081
1081
  if (map.hasOwnProperty(symbol)) {