Skip to content

Commit

Permalink
fix: cron run cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
hyc1230 committed Oct 5, 2023
1 parent 3a2795d commit 2d3787f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"crons": [
{
"path": "/daily-rewards",
"schedule": "0 12 * * *"
"schedule": "0 0 * * *"
}
]
}

0 comments on commit 2d3787f

Please sign in to comment.