mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-28 14:47:30 +08:00
fix cron
This commit is contained in:
@@ -5,8 +5,6 @@ export type CronJob = {
|
||||
id: string;
|
||||
name: string;
|
||||
enabled: boolean;
|
||||
kind?: string;
|
||||
everyMs?: number;
|
||||
expr?: string;
|
||||
message?: string;
|
||||
deliver?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user