From 7d0e6ceb01b1352aa433be0761d7915d6b9905e7 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 12 Oct 2024 17:45:10 +0200 Subject: [PATCH] FIx Format --- .../services/queues/data-gathering/data-gathering.processor.ts | 2 +- .../asset-profile-dialog/asset-profile-dialog.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/src/services/queues/data-gathering/data-gathering.processor.ts b/apps/api/src/services/queues/data-gathering/data-gathering.processor.ts index d925b2294..d469671ea 100644 --- a/apps/api/src/services/queues/data-gathering/data-gathering.processor.ts +++ b/apps/api/src/services/queues/data-gathering/data-gathering.processor.ts @@ -211,7 +211,7 @@ export class DataGatheringProcessor { step: 1 } ); - dates = dates.filter((d) => !marketData.some((md) => isEqual(md,d))); + dates = dates.filter((d) => !marketData.some((md) => isEqual(md, d))); const historicalData = await this.dataProviderService.getHistoricalRaw({ dataGatheringItems: [{ dataSource, symbol }], diff --git a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html index 18e3998ac..400691e5d 100644 --- a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html +++ b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html @@ -42,7 +42,7 @@ }) " > - Gather Missing Historical Data + Gather Missing Historical Data