Skip to content

Commit

Permalink
fix(scheduler): remove deprecation warning on immediately option
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Nov 23, 2024
1 parent bf03f86 commit 773189b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/interfaces/repeat-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ export interface RepeatOptions extends Omit<ParserOptions, 'iterator'> {
/**
* Repeated job should start right now
* ( work only with every settings)
*
* @deprecated
*
*/
immediately?: boolean;

Expand Down

0 comments on commit 773189b

Please sign in to comment.