Browse Source
Feature/clean up space in AI service (#4942)
* Clean up space
pull/4947/head
Thomas Kaul
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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) => { |
|
|
|