mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 13:11:22 +00:00
fix: harden isolated cron announce delivery fallback (#15739) (thanks @widingmarcus-cyber)
This commit is contained in:
@@ -48,7 +48,8 @@ export type CronServiceDeps = {
|
||||
sessionKey?: string;
|
||||
/**
|
||||
* `true` when the isolated run already delivered its output to the target
|
||||
* channel. See: https://github.com/openclaw/openclaw/issues/15692
|
||||
* channel (including matching messaging-tool sends). See:
|
||||
* https://github.com/openclaw/openclaw/issues/15692
|
||||
*/
|
||||
delivered?: boolean;
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user