Skip to content

Commit

Permalink
refactor: improve TQueueSettings typing
Browse files Browse the repository at this point in the history
  • Loading branch information
weyoss committed Sep 16, 2022
1 parent 3389216 commit 413f4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ export type TQueueRateLimit = {

export type TQueueSettings = {
priorityQueuing: boolean;
rateLimit?: TQueueRateLimit | null;
exchange?: string | null;
rateLimit: TQueueRateLimit | null;
exchange: string | null;
};

export enum EQueueSettingType {
Expand Down

0 comments on commit 413f4d3

Please sign in to comment.