Skip to content

Commit

Permalink
[FIX] remove name from ConsumerConfig - this property doesn't exist…
Browse files Browse the repository at this point in the history
… in ConsumerConfig. (#210)
  • Loading branch information
aricart authored Oct 18, 2021
1 parent 05b75be commit 4799f23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nats-base-client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,6 @@ export interface AccountLimits {
}

export interface ConsumerConfig {
name: string;
"durable_name"?: string;
"deliver_subject"?: string;
"deliver_group"?: string;
Expand Down

0 comments on commit 4799f23

Please sign in to comment.