From ddc3d31c0f16612b541c144108bc5df15ea2ef3f Mon Sep 17 00:00:00 2001 From: Laith Date: Thu, 20 Mar 2025 03:23:46 +0300 Subject: [PATCH] Update vercel.json Signed-off-by: Laith --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 7732e08..26a00ae 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,7 @@ "crons": [ { "path": "/api/cron", - "schedule": "0 * * * *" + "schedule": "0 0 * * *" } ] }