Skip to content

Commit

Permalink
Merge branch 'niharika-bitcommands' of github.com:niharikabhavaraju/v…
Browse files Browse the repository at this point in the history
…alkey-glide into niharika-bitcommands
  • Loading branch information
niharikabhavaraju committed Jan 16, 2025
2 parents 2beb116 + 7b4a40b commit ba371a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion node/src/BaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,6 @@ export class BaseClient {
private readonly pubsubFutures: [PromiseFunction, ErrorFunction][] = [];
private pendingPushNotification: response.Response[] = [];
private readonly inflightRequestsLimit: number;
private readonly clientAz: string | undefined;
private config: BaseClientConfiguration | undefined;

protected configurePubsub(
Expand Down
2 changes: 1 addition & 1 deletion python/python/glide/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def __init__(

if read_from == ReadFrom.AZ_AFFINITY and not client_az:
raise ValueError(
"client_az mus t be set when read_from is set to AZ_AFFINITY"
"client_az must be set when read_from is set to AZ_AFFINITY"
)

def _create_a_protobuf_conn_request(
Expand Down

0 comments on commit ba371a5

Please sign in to comment.