Browse Source

Merge pull request #62 from dandevaud/bugfix/fix-asset-allocation-in-dockerpush

add error thrown
pull/5027/head
dandevaud 2 years ago
committed by GitHub
parent
commit
7667ddc756
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      apps/api/src/app/portfolio/portfolio-calculator.ts

1
apps/api/src/app/portfolio/portfolio-calculator.ts

@ -1709,6 +1709,7 @@ export class PortfolioCalculator {
);
console.log(`previousOrder.type:${previousOrder.type}`);
console.log(`previousOrder.unitPrice:${previousOrder.unitPrice}`);
throw error;
}
}

Loading…
Cancel
Save