@barchart/portfolio-api-common 1.0.264 → 1.0.265

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.
@@ -807,6 +807,8 @@ module.exports = (() => {
807
807
  }
808
808
 
809
809
  function calculateMarketPercent(group, rates, silent) {
810
+ return;
811
+
810
812
  if (group.suspended) {
811
813
  return;
812
814
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.264",
3
+ "version": "1.0.265",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -2921,6 +2921,8 @@ module.exports = (() => {
2921
2921
  }
2922
2922
 
2923
2923
  function calculateMarketPercent(group, rates, silent) {
2924
+ return;
2925
+
2924
2926
  if (group.suspended) {
2925
2927
  return;
2926
2928
  }