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
parent
commit
c3f8dc9208
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 3
      apps/api/src/app/admin/admin.service.ts

1
CHANGELOG.md

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### 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 - Fixed the asset class parsing in the _Financial Modeling Prep_ service for exchange rates
## 2.152.1 - 2025-04-17 ## 2.152.1 - 2025-04-17

3
apps/api/src/app/admin/admin.service.ts

@ -451,7 +451,8 @@ export class AdminService {
currency, currency,
dataSource, dataSource,
dateOfFirstActivity, dateOfFirstActivity,
symbol symbol,
isActive: true
} }
}; };
} }

Loading…
Cancel
Save