Skip to content

Commit

Permalink
feat: update jsdocs for schedule helper (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt authored Feb 15, 2022
1 parent 7154544 commit 4f4e34f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib/schedule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ import type { Handler } from '../function'
* })
* ```
*
* @param schedule expressed as cron string. see https://crontab.guru for help.
* @param schedule expressed as cron string.
* @param handler
* @see https://docs.netlify.com/functions/<schedule>
* @tutorial https://announcement-blogpost
* @see https://ntl.fyi/sched-func
*/
const schedule = (cron: string, handler: Handler): Handler => handler

Expand Down

0 comments on commit 4f4e34f

Please sign in to comment.