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
2 additions and
2 deletions
-
apps/api/src/services/cron.service.ts
|
@ -23,8 +23,8 @@ export class CronService { |
|
|
await this.exchangeRateDataService.loadCurrencies(); |
|
|
await this.exchangeRateDataService.loadCurrencies(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Cron(CronExpression.EVERY_DAY_AT_6PM) |
|
|
@Cron(CronExpression.EVERY_DAY_AT_5PM) |
|
|
public async runEveryDayAtSixPM() { |
|
|
public async runEveryDayAtFivePM() { |
|
|
this.twitterBotService.tweetFearAndGreedIndex(); |
|
|
this.twitterBotService.tweetFearAndGreedIndex(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|