Browse Source
Merge branch 'main' into bugfix/fix-asset-class-parsing-in-financial-modeling-prep-service-for-exchange-rates
pull/4559/head
Thomas Kaul
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
1 deletions
-
CHANGELOG.md
-
apps/api/src/app/admin/admin.service.ts
|
|
@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed the functionality to open an asset profile of a custom currency in the admin control panel |
|
|
|
- Fixed the asset class parsing in the _Financial Modeling Prep_ service for exchange rates |
|
|
|
|
|
|
|
## 2.152.1 - 2025-04-17 |
|
|
|
|
|
@ -451,7 +451,8 @@ export class AdminService { |
|
|
|
currency, |
|
|
|
dataSource, |
|
|
|
dateOfFirstActivity, |
|
|
|
symbol |
|
|
|
symbol, |
|
|
|
isActive: true |
|
|
|
} |
|
|
|
}; |
|
|
|
} |
|
|
|