Skip to content

Commit

Permalink
fix(index): add quoteCombine :)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Mar 11, 2021
1 parent 95bf404 commit aeeef49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,25 @@ import search from "./modules/search";
import recommendationsBySymbol from "./modules/recommendationsBySymbol";
import trendingSymbols from "./modules/trendingSymbols";

// other
import quoteCombine from "./other/quoteCombine";

export default {
// internal
_env: {},
_fetch: yahooFinanceFetch,
_moduleExec: moduleExec,
_opts: options,

// modules,
autoc,
historical,
quote,
quoteSummary,
search,
recommendationsBySymbol,
trendingSymbols,

// other
quoteCombine,
};

0 comments on commit aeeef49

Please sign in to comment.