Skip to content

Commit

Permalink
fix variable name in resolveServiceEndpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nehrao1 committed Feb 25, 2025
1 parent 7e80816 commit 9b42df8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public LocationCache.RegionalEndpoints resolveServiceEndpoint(RxDocumentServiceR
request.faultInjectionRequestContext.setLocationEndpointToRoute(serviceEndpoints.getGatewayLocationEndpoint());
}

return serviceEndpoint;
return serviceEndpoints;
}

public URI resolveFaultInjectionServiceEndpoint(String region, boolean writeOnly) {
Expand Down

0 comments on commit 9b42df8

Please sign in to comment.