diff --git a/src/interfaces/repeat-options.ts b/src/interfaces/repeat-options.ts index 67d9450a96..fe71d27d12 100644 --- a/src/interfaces/repeat-options.ts +++ b/src/interfaces/repeat-options.ts @@ -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;