Skip to content

Commit

Permalink
fix(quoteSummary): "needsCrump" since a few days ago? fixes #633.
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Jul 14, 2023
1 parent a4f90f1 commit d05a764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/quoteSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export default function quoteSummary(
query: {
assertSymbol: symbol,
url: "https://${YF_QUERY_HOST}/v10/finance/quoteSummary/" + symbol,
needsCrumb: true,
schemaKey: "#/definitions/QuoteSummaryOptions",
defaults: queryOptionsDefaults,
overrides: queryOptionsOverrides,
Expand Down

0 comments on commit d05a764

Please sign in to comment.