Browse Source

Feature/clean up space in AI service (#4942)

* Clean up space
pull/4947/head
Thomas Kaul 2 weeks ago
committed by GitHub
parent
commit
5fde161eed
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/api/src/app/endpoints/ai/ai.service.ts

2
apps/api/src/app/endpoints/ai/ai.service.ts

@ -30,7 +30,7 @@ export class AiService {
});
const holdingsTable = [
'| Name | Symbol | Currency | Asset Class | Asset Sub Class | Allocation in Percentage |',
'| Name | Symbol | Currency | Asset Class | Asset Sub Class | Allocation in Percentage |',
'| --- | --- | --- | --- | --- | --- |',
...Object.values(holdings)
.sort((a, b) => {

Loading…
Cancel
Save