Skip to content

Commit

Permalink
fix: remove "client" property of QueueBaseOptions (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul.lecouteur authored and manast committed Feb 16, 2021
1 parent 5e6631e commit e0b9e71
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/interfaces/queue-options.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { JobsOptions } from '../interfaces';

import { Redis } from 'ioredis';
import { ConnectionOptions } from './redis-options';

export enum ClientType {
Expand All @@ -10,7 +8,6 @@ export enum ClientType {

export interface QueueBaseOptions {
connection?: ConnectionOptions;
client?: Redis;
/**
* Prefix for all queue keys.
*/
Expand Down

0 comments on commit e0b9e71

Please sign in to comment.