Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Malachi authored and Malachi committed Apr 4, 2021
1 parent 8c004d6 commit 06c1bb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/dpod.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ module.exports = {
console.log(chalk.green('Daily APOD Started'))

const rule = new schedule.RecurrenceRule()
rule.hour = 17
//rule.minute = 00
//rule.tz = 'Etc/UTC'
rule.hour = 12
rule.minute = 00
rule.tz = 'Etc/UTC'

const job = schedule.scheduleJob(rule, async function () {
await axios
Expand Down

0 comments on commit 06c1bb7

Please sign in to comment.