Skip to content

Commit

Permalink
update type of 'data' in Job type
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Svitek committed Jul 18, 2022
1 parent ffecf3a commit 1706d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/job/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export interface JobAttributes<
/**
* The job details.
*/
data?: T;
data: T;

unique?: any;
uniqueOpts?: {
Expand Down

0 comments on commit 1706d7e

Please sign in to comment.