Skip to content

Commit

Permalink
fix(quoteSummary): remove non-existant "symbol" submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Feb 3, 2021
1 parent 99d14aa commit eae40e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/quoteSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const quoteSummary_modules = [
'sectorTrend',
'summaryDetail',
'summaryProfile',
'symbol',
'topHoldings',
'upgradeDowngradeHistory',
];
Expand Down Expand Up @@ -77,7 +76,6 @@ export type QuoteSummaryModules =
"sectorTrend" |
"summaryDetail" |
"summaryProfile" |
"symbol" |
"topHoldings" |
"upgradeDowngradeHistory"
;
Expand Down

0 comments on commit eae40e2

Please sign in to comment.