Skip to content

Commit

Permalink
fix(index): uhhhh s/_options/_opts/ like it's called everywhere else
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Feb 10, 2021
1 parent 702ea76 commit 4492993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
_env: {},
_fetch: yahooFinanceFetch,
_moduleExec: moduleExec,
_options: options,
_opts: options,

autoc,
historical,
Expand Down

0 comments on commit 4492993

Please sign in to comment.