Skip to content

Commit

Permalink
#5777 fix ApolloClient.Builder.okHttpClient() returns null instead of…
Browse files Browse the repository at this point in the history
… this (#5778)
  • Loading branch information
japhib committed Apr 3, 2024
1 parent b2f9825 commit 807155d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -229,7 +229,7 @@ public Builder webSocketServerUrl(String webSocketServerUrl) {
public Builder okHttpClient(OkHttpClient okHttpClient) {
this.callFactory = okHttpClient;
this.webSocketFactory = okHttpClient;
return null;
return this;
}

/**
Expand Down

0 comments on commit 807155d

Please sign in to comment.