Browse Source

FIx Format

pull/3916/head
Dan 11 months ago
parent
commit
7d0e6ceb01
  1. 2
      apps/api/src/services/queues/data-gathering/data-gathering.processor.ts
  2. 2
      apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html

2
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 }],

2
apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html

@ -42,7 +42,7 @@
})
"
>
<ng-container i18n>Gather Missing Historical Data</ng-container>
<ng-container i18n>Gather Missing Historical Data</ng-container>
</button>
<button
mat-menu-item

Loading…
Cancel
Save