Skip to content

Commit 4f4e34f

Browse files
authored
feat: update jsdocs for schedule helper (#318)
1 parent 7154544 commit 4f4e34f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib/schedule.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ import type { Handler } from '../function'
1111
* })
1212
* ```
1313
*
14-
* @param schedule expressed as cron string. see https://crontab.guru for help.
14+
* @param schedule expressed as cron string.
1515
* @param handler
16-
* @see https://docs.netlify.com/functions/<schedule>
17-
* @tutorial https://announcement-blogpost
16+
* @see https://ntl.fyi/sched-func
1817
*/
1918
const schedule = (cron: string, handler: Handler): Handler => handler
2019

0 commit comments

Comments
 (0)