Skip to content

Commit

Permalink
apollographql#5777 fix ApolloClient.Builder.okHttpClient() returns nu…
Browse files Browse the repository at this point in the history
…ll instead of this
  • Loading branch information
japhib committed Apr 2, 2024
1 parent b2f9825 commit 146a361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 146a361

Please sign in to comment.