feat: last checked and next refresh
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user