Browse Source

Clean up

pull/2808/head
Thomas Kaul 2 years ago
parent
commit
b55ae77374
  1. 1
      apps/api/src/services/data-gathering/data-gathering.service.ts

1
apps/api/src/services/data-gathering/data-gathering.service.ts

@ -95,6 +95,7 @@ export class DataGatheringService {
date,
date
);
const marketPrice =
historicalData[symbol][format(date, DATE_FORMAT)].marketPrice;

Loading…
Cancel
Save