Browse Source

Fix missing quotes

pull/7085/head
Thomas Kaul 4 weeks ago
parent
commit
760ec900e0
  1. 2
      apps/api/src/services/data-provider/data-provider.service.ts

2
apps/api/src/services/data-provider/data-provider.service.ts

@ -529,8 +529,6 @@ export class DataProviderService implements OnModuleInit {
}): Promise<{
[assetProfileIdentifier: string]: DataProviderResponse;
}> {
// Keyed by asset profile identifier; each entry carries its symbol so the
// market data can be persisted without parsing the key
const response: {
[assetProfileIdentifier: string]: DataProviderResponse & {
symbol: string;

Loading…
Cancel
Save