Change from subscription to one time payment (#181)

This commit is contained in:
Thomas
2021-06-22 21:53:29 +02:00
committed by GitHub
parent ee9a521813
commit 09bbda3502
6 changed files with 46 additions and 27 deletions

View File

@@ -2,7 +2,7 @@ import { IDataGatheringItem } from '@ghostfolio/api/services/interfaces/interfac
import { Currency } from '@prisma/client';
import { DataSource } from '@prisma/client';
export const baseCurrency = Currency.CHF;
export const baseCurrency = Currency.USD;
export const benchmarks: Partial<IDataGatheringItem>[] = [
{ dataSource: DataSource.YAHOO, symbol: 'VOO' }