@barchart/portfolio-api-common 1.2.49 → 1.2.50

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.
@@ -217,7 +217,6 @@ module.exports = (() => {
217
217
 
218
218
  formatters.set(TransactionType.FEE_UNITS, (t) => {
219
219
  return {
220
- total: t.charge.amount,
221
220
  boughtSold: t.quantity
222
221
  };
223
222
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.2.49",
3
+ "version": "1.2.50",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",