|
|
@ -59,13 +59,13 @@ export class AssetProfileChangedListener { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private async processAssetProfileChanged({ |
|
|
private async processAssetProfileChanged({ |
|
|
|
|
|
currency, |
|
|
dataSource, |
|
|
dataSource, |
|
|
symbol, |
|
|
symbol |
|
|
currency |
|
|
|
|
|
}: { |
|
|
}: { |
|
|
|
|
|
currency: string; |
|
|
dataSource: DataSource; |
|
|
dataSource: DataSource; |
|
|
symbol: string; |
|
|
symbol: string; |
|
|
currency: string; |
|
|
|
|
|
}) { |
|
|
}) { |
|
|
Logger.log( |
|
|
Logger.log( |
|
|
`Asset profile of ${symbol} (${dataSource}) has changed`, |
|
|
`Asset profile of ${symbol} (${dataSource}) has changed`, |
|
|
|