@barchart/portfolio-api-common 1.0.144 → 1.0.145

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.
@@ -293,6 +293,8 @@ module.exports = (() => {
293
293
  const key = item.position.position;
294
294
 
295
295
  map[key] = item;
296
+
297
+ return map;
296
298
  }, { });
297
299
 
298
300
  this.refresh();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.144",
3
+ "version": "1.0.145",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -1511,6 +1511,8 @@ module.exports = (() => {
1511
1511
  const key = item.position.position;
1512
1512
 
1513
1513
  map[key] = item;
1514
+
1515
+ return map;
1514
1516
  }, { });
1515
1517
 
1516
1518
  this.refresh();