Update time (#707)
This commit is contained in:
parent
1eb4041837
commit
d3382f0809
@ -23,8 +23,8 @@ export class CronService {
|
||||
await this.exchangeRateDataService.loadCurrencies();
|
||||
}
|
||||
|
||||
@Cron(CronExpression.EVERY_DAY_AT_6PM)
|
||||
public async runEveryDayAtSixPM() {
|
||||
@Cron(CronExpression.EVERY_DAY_AT_5PM)
|
||||
public async runEveryDayAtFivePM() {
|
||||
this.twitterBotService.tweetFearAndGreedIndex();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user