fix: harden cron session automation flows
This commit is contained in:
@@ -113,6 +113,7 @@ export interface SessionAutomationJob {
|
||||
state: {
|
||||
next_run_at_ms?: number | null;
|
||||
last_status?: "ok" | "error" | "skipped" | string | null;
|
||||
pending?: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user