Skip to content

Commit

Permalink
Post to reddit on correct schedule again
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Dec 29, 2019
1 parent 165baed commit 8ceaaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/schedule.js
Expand Up @@ -5,7 +5,7 @@ import shareTwitter from './share-twitter'
import { isProd } from '../config'

const DAILY_12AM = '0 0 * * *'
const DAILY_5PM = '6 19 * * *' // TEMP TEST
const DAILY_5PM = '0 17 * * *'

export default function init (port) {
const isMainProcess = port % 10 === 0
Expand Down

0 comments on commit 8ceaaed

Please sign in to comment.