Browse Source

Reuse AssetProfileIdentifier

pull/7086/head
Thomas Kaul 4 weeks ago
parent
commit
6fde8bc57c
  1. 2
      libs/ui/src/lib/services/data.service.ts

2
libs/ui/src/lib/services/data.service.ts

@ -538,7 +538,7 @@ export class DataService {
public fetchMarketDataBySymbol({
dataSource,
symbol
}: AssetProfileIdentifier): Observable<MarketDataDetailsResponse> {
}: AssetProfileIdentifier): Observable<AssetProfileResponse> {
return this.http
.get<any>(`/api/v1/asset-profiles/${dataSource}/${symbol}`)
.pipe(

Loading…
Cancel
Save