We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7154544 commit 4f4e34fCopy full SHA for 4f4e34f
src/lib/schedule.ts
@@ -11,10 +11,9 @@ import type { Handler } from '../function'
11
* })
12
* ```
13
*
14
- * @param schedule expressed as cron string. see https://crontab.guru for help.
+ * @param schedule expressed as cron string.
15
* @param handler
16
- * @see https://docs.netlify.com/functions/<schedule>
17
- * @tutorial https://announcement-blogpost
+ * @see https://ntl.fyi/sched-func
18
*/
19
const schedule = (cron: string, handler: Handler): Handler => handler
20
0 commit comments