Skip to content

Commit

Permalink
[fix] added 'cluster' as possible property in ServerInfo (#137)
Browse files Browse the repository at this point in the history
FIX #132
  • Loading branch information
aricart committed Mar 30, 2021
1 parent 34bde46 commit 5b8745e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nats-base-client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export interface ServerInfo {
"auth_required"?: boolean;
"client_id": number;
"client_ip"?: string;
cluster?: string;
"connect_urls"?: string[];
"git_commit"?: string;
go: string;
Expand Down

0 comments on commit 5b8745e

Please sign in to comment.