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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
apps/api/src/app/portfolio/portfolio-calculator.ts
|
@ -1709,6 +1709,7 @@ export class PortfolioCalculator { |
|
|
); |
|
|
); |
|
|
console.log(`previousOrder.type:${previousOrder.type}`); |
|
|
console.log(`previousOrder.type:${previousOrder.type}`); |
|
|
console.log(`previousOrder.unitPrice:${previousOrder.unitPrice}`); |
|
|
console.log(`previousOrder.unitPrice:${previousOrder.unitPrice}`); |
|
|
|
|
|
throw error; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|