Skip to content

Commit

Permalink
update spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
RaishavHanspal committed Nov 21, 2024
1 parent 6baad95 commit 52cbeef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export type QueueAddOptions = {
readonly priority?: number;

/**
Unique identifier for the promise function, used to update its priority before execution. If not specified, it is auto-assigned as an incrementing bigint starting from 1n.
Unique identifier for the promise function, used to update its priority before execution. If not specified, it is auto-assigned as an incrementing bigint starting from 1n.
*/
id?: string;
} & TaskOptions & TimeoutOptions;
Expand Down

0 comments on commit 52cbeef

Please sign in to comment.