Skip to content

Commit

Permalink
fix(options): add { needsCrumb: true } (fixes #736)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Feb 5, 2024
1 parent aacf36a commit 79e33d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/options.ts
Expand Up @@ -83,6 +83,7 @@ export default function options(
query: {
assertSymbol: symbol,
url: "https://${YF_QUERY_HOST}/v7/finance/options/" + symbol,
needsCrumb: true,
schemaKey: "#/definitions/OptionsOptions",
defaults: queryOptionsDefaults,
overrides: queryOptionsOverrides,
Expand Down

0 comments on commit 79e33d9

Please sign in to comment.