From eff61b7bb85c88781a6526d3e8b1dafaffe7f992 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:14 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E2=97=BD=20cron.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/cron.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/cron.ts b/src/utils/cron.ts index bf71fbc..6afe9bd 100644 --- a/src/utils/cron.ts +++ b/src/utils/cron.ts @@ -306,3 +306,4 @@ export function cronToHuman(cron: string, opts?: { utc?: boolean }): string { return cron } +