File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -744,7 +744,6 @@ export class BaseClient {
744744 private readonly pubsubFutures : [ PromiseFunction , ErrorFunction ] [ ] = [ ] ;
745745 private pendingPushNotification : response . Response [ ] = [ ] ;
746746 private readonly inflightRequestsLimit : number ;
747- private readonly clientAz : string | undefined ;
748747 private config : BaseClientConfiguration | undefined ;
749748
750749 protected configurePubsub (
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ def __init__(
209209
210210 if read_from == ReadFrom .AZ_AFFINITY and not client_az :
211211 raise ValueError (
212- "client_az mus t be set when read_from is set to AZ_AFFINITY"
212+ "client_az must be set when read_from is set to AZ_AFFINITY"
213213 )
214214
215215 def _create_a_protobuf_conn_request (
You can’t perform that action at this time.
0 commit comments