From 44929939aed693c95b65f2e266014692695ad76d Mon Sep 17 00:00:00 2001 From: Gadi Cohen Date: Wed, 10 Feb 2021 16:46:22 +0200 Subject: [PATCH] fix(index): uhhhh s/_options/_opts/ like it's called everywhere else --- src/index-common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index-common.ts b/src/index-common.ts index 1dfcd8be..432a6a4e 100644 --- a/src/index-common.ts +++ b/src/index-common.ts @@ -15,7 +15,7 @@ export default { _env: {}, _fetch: yahooFinanceFetch, _moduleExec: moduleExec, - _options: options, + _opts: options, autoc, historical,