fix(macos): update cron testing channel arg (#896)
This commit is contained in:
@@ -22,7 +22,7 @@ struct CronSettings_Previews: PreviewProvider {
|
|||||||
thinking: "low",
|
thinking: "low",
|
||||||
timeoutSeconds: 600,
|
timeoutSeconds: 600,
|
||||||
deliver: true,
|
deliver: true,
|
||||||
provider: "last",
|
channel: "last",
|
||||||
to: nil,
|
to: nil,
|
||||||
bestEffortDeliver: true),
|
bestEffortDeliver: true),
|
||||||
isolation: CronIsolation(postToMainPrefix: "Cron"),
|
isolation: CronIsolation(postToMainPrefix: "Cron"),
|
||||||
@@ -76,7 +76,7 @@ extension CronSettings {
|
|||||||
thinking: "low",
|
thinking: "low",
|
||||||
timeoutSeconds: 120,
|
timeoutSeconds: 120,
|
||||||
deliver: true,
|
deliver: true,
|
||||||
provider: "whatsapp",
|
channel: "whatsapp",
|
||||||
to: "+15551234567",
|
to: "+15551234567",
|
||||||
bestEffortDeliver: true),
|
bestEffortDeliver: true),
|
||||||
isolation: CronIsolation(postToMainPrefix: "[cron] "),
|
isolation: CronIsolation(postToMainPrefix: "[cron] "),
|
||||||
|
|||||||
Reference in New Issue
Block a user