Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
apps/api/src/services/data-provider/rakuten-rapid-api/rakuten-rapid-api.service.ts
|
@ -17,8 +17,6 @@ import { format, subMonths, subWeeks, subYears } from 'date-fns'; |
|
|
|
|
|
|
|
|
@Injectable() |
|
|
@Injectable() |
|
|
export class RakutenRapidApiService implements DataProviderInterface { |
|
|
export class RakutenRapidApiService implements DataProviderInterface { |
|
|
public static FEAR_AND_GREED_INDEX_NAME = 'Fear & Greed Index'; |
|
|
|
|
|
|
|
|
|
|
|
public constructor( |
|
|
public constructor( |
|
|
private readonly configurationService: ConfigurationService, |
|
|
private readonly configurationService: ConfigurationService, |
|
|
private readonly prismaService: PrismaService |
|
|
private readonly prismaService: PrismaService |
|
|