Skip to content

Commit

Permalink
chore: fix demo app for Wing Console previews
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Apr 9, 2024
1 parent 11f898b commit 08e891d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wing-console/console/app/demo/main.w
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ new cloud.Service(
);

let cronSchedule = new cloud.Schedule(cloud.ScheduleProps{
cron: "* * * * ?"
cron: "* * * * *"
}) as "Cron Schedule";

// cronSchedule.onTick(inflight () => {
Expand Down

0 comments on commit 08e891d

Please sign in to comment.