Feature/improve portfolio details endpoint (#302)

* Make details endpoint fault tolerant (do not throw error)

* Update changelog
This commit is contained in:
Thomas Kaul
2021-08-19 21:44:10 +02:00
committed by GitHub
parent c71a4c078e
commit c2ab6a6c44
3 changed files with 21 additions and 22 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Changed
- Improved the fault tolerance of the portfolio details endpoint
### Fixed
- Fixed the node engine version mismatch in `package.json`