Browse Source

Add todo

pull/5092/head
Thomas Kaul 2 months ago
parent
commit
36b4f06994
  1. 1
      apps/api/src/app/import/import.service.ts

1
apps/api/src/app/import/import.service.ts

@ -436,6 +436,7 @@ export class ImportService {
});
});
// TODO: Really needed or done in createOrder method?
this.dataGatheringService.gatherSymbols({
dataGatheringItems: uniqueActivities.map(({ date, SymbolProfile }) => {
return {

Loading…
Cancel
Save