Browse Source

Refactor imports

pull/4744/head
Thomas Kaul 3 months ago
parent
commit
2e6445a381
  1. 8
      apps/api/src/services/data-provider/yahoo-finance/yahoo-finance.service.ts

8
apps/api/src/services/data-provider/yahoo-finance/yahoo-finance.service.ts

@ -30,9 +30,11 @@ import {
HistoricalDividendsResult, HistoricalDividendsResult,
HistoricalHistoryResult HistoricalHistoryResult
} from 'yahoo-finance2/esm/src/modules/historical'; } from 'yahoo-finance2/esm/src/modules/historical';
import { Quote } from 'yahoo-finance2/esm/src/modules/quote'; import {
import { QuoteResponseArray } from 'yahoo-finance2/script/src/modules/quote'; Quote,
import { SearchQuoteNonYahoo } from 'yahoo-finance2/script/src/modules/search'; QuoteResponseArray
} from 'yahoo-finance2/esm/src/modules/quote';
import { SearchQuoteNonYahoo } from 'yahoo-finance2/esm/src/modules/search';
@Injectable() @Injectable()
export class YahooFinanceService implements DataProviderInterface { export class YahooFinanceService implements DataProviderInterface {

Loading…
Cancel
Save