From 08e891d02185309d26a959a2501107fb74840457 Mon Sep 17 00:00:00 2001 From: Chris Rybicki Date: Tue, 9 Apr 2024 10:46:46 -0400 Subject: [PATCH] chore: fix demo app for Wing Console previews --- apps/wing-console/console/app/demo/main.w | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wing-console/console/app/demo/main.w b/apps/wing-console/console/app/demo/main.w index 2a5ffefebe5..8b830672933 100644 --- a/apps/wing-console/console/app/demo/main.w +++ b/apps/wing-console/console/app/demo/main.w @@ -82,7 +82,7 @@ new cloud.Service( ); let cronSchedule = new cloud.Schedule(cloud.ScheduleProps{ - cron: "* * * * ?" + cron: "* * * * *" }) as "Cron Schedule"; // cronSchedule.onTick(inflight () => {