Browse Source

add isActive in symbol profile dummy data

pull/4497/head
tobikugel 3 weeks ago
parent
commit
f0f03bec5c
  1. 1
      apps/api/src/app/portfolio/calculator/portfolio-calculator-test-utils.ts

1
apps/api/src/app/portfolio/calculator/portfolio-calculator-test-utils.ts

@ -24,6 +24,7 @@ export const symbolProfileDummyData = {
createdAt: undefined, createdAt: undefined,
holdings: [], holdings: [],
id: undefined, id: undefined,
isActive: true,
sectors: [], sectors: [],
updatedAt: undefined updatedAt: undefined
}; };

Loading…
Cancel
Save