Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chatman-media committed Dec 26, 2019
1 parent d30f79d commit bddd113
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/endpoints/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
export * from './account';
export * from './corporate-actions';
export * from './guides';
// export * from './market-info';
export * from './market-info';
export * from './news';
export * from '../shared';
// export * from './stock-fundamentals';
export * from './reference-data';
export * from './stock-fundamentals';
export * from './stock-prices';
export * from './stock-profiles';
export * from './stock-research';
export * from './system-metadata';
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// tslint:disable-next-line: no-submodule-imports
import 'dotenv/config';

export * from './endpoints';
export * from './core';
export * from './endpoints';
export * from './shared';

0 comments on commit bddd113

Please sign in to comment.