Skip to content

Commit

Permalink
fix(types): make repeat option key optional
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Aug 11, 2023
1 parent 93a59f2 commit 934ec98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -447,7 +447,7 @@ declare namespace Bull {
/**
* The key for the repeatable job metadata in Redis.
*/
readonly key: string;
readonly key?: string;
})
| undefined;

Expand Down

0 comments on commit 934ec98

Please sign in to comment.