Skip to content

Commit

Permalink
Update tasks.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoobes authored Jul 19, 2024
1 parent d6a3ddc commit ddf443f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/v4/reference/tasks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Defines a task that runs every minute.
import { scheduledTask } from "@sern/handler";

export default scheduledTask({
name: "* * * * *",
trigger: "* * * * *",
execute: (context) => {
console.log("cron cron")
}
Expand Down

0 comments on commit ddf443f

Please sign in to comment.