From 912ebffc635770b5e2a931223eb07193a290c5c9 Mon Sep 17 00:00:00 2001 From: Nimrod Gutman Date: Wed, 14 Jan 2026 16:53:23 +0200 Subject: [PATCH] fix(macos): update cron testing channel arg (#896) --- apps/macos/Sources/Clawdbot/CronSettings+Testing.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/macos/Sources/Clawdbot/CronSettings+Testing.swift b/apps/macos/Sources/Clawdbot/CronSettings+Testing.swift index 0cd8a092e..9a767c374 100644 --- a/apps/macos/Sources/Clawdbot/CronSettings+Testing.swift +++ b/apps/macos/Sources/Clawdbot/CronSettings+Testing.swift @@ -22,7 +22,7 @@ struct CronSettings_Previews: PreviewProvider { thinking: "low", timeoutSeconds: 600, deliver: true, - provider: "last", + channel: "last", to: nil, bestEffortDeliver: true), isolation: CronIsolation(postToMainPrefix: "Cron"), @@ -76,7 +76,7 @@ extension CronSettings { thinking: "low", timeoutSeconds: 120, deliver: true, - provider: "whatsapp", + channel: "whatsapp", to: "+15551234567", bestEffortDeliver: true), isolation: CronIsolation(postToMainPrefix: "[cron] "),