Browse Source

Debounce portfolio and asset profile change event listeners

pull/6505/head
Thomas Kaul 3 weeks ago
parent
commit
d670a819ad
  1. 6
      apps/api/src/events/asset-profile-changed.listener.ts

6
apps/api/src/events/asset-profile-changed.listener.ts

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

Loading…
Cancel
Save