Skip to content

Commit

Permalink
fix: cron timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
totanvix committed Nov 28, 2023
1 parent 4f9f9fd commit b2d5887
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 @@ -12,7 +12,7 @@
"crons": [
{
"path": "/api/cron",
"schedule": "30 14 * * *"
"schedule": "30 7 * * *"
}
],
"github": {
Expand Down

0 comments on commit b2d5887

Please sign in to comment.