feat: last checked and next refresh

This commit is contained in:
2026-07-10 11:52:36 +02:00
parent cb31d4e8af
commit 1a683fbacf
8 changed files with 67 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { CronType } from "@/enums";
import CronExpressionParser from "cron-parser";
import {CronExpressionParser} from "cron-parser";
export function parseCron(cron: string | null): { type: CronType, value: number } {
let value: RegExpMatchArray | null;