Browse Source

fix build issue

pull/4271/head
Shaunak Das 7 months ago
parent
commit
38ad74b3fd
  1. 3
      apps/api/src/models/rules/regional-market-cluster-risk/north-america.ts

3
apps/api/src/models/rules/regional-market-cluster-risk/north-america.ts

@ -1,8 +1,9 @@
import { Settings } from '@ghostfolio/api/models/interfaces/rule-settings.interface';
import { Rule } from '@ghostfolio/api/models/rule'; import { Rule } from '@ghostfolio/api/models/rule';
import { ExchangeRateDataService } from '@ghostfolio/api/services/exchange-rate-data/exchange-rate-data.service'; import { ExchangeRateDataService } from '@ghostfolio/api/services/exchange-rate-data/exchange-rate-data.service';
import { UserSettings } from '@ghostfolio/common/interfaces'; import { UserSettings } from '@ghostfolio/common/interfaces';
import { Settings } from './interfaces/rule-settings.interface';
export class RegionalMarketClusterRiskNorthAmerica extends Rule<Settings> { export class RegionalMarketClusterRiskNorthAmerica extends Rule<Settings> {
private currentValueInBaseCurrency: number; private currentValueInBaseCurrency: number;
private northAmericaValueInBaseCurrency: number; private northAmericaValueInBaseCurrency: number;

Loading…
Cancel
Save