We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a79b6 commit 638f03cCopy full SHA for 638f03c
Parse/src/main/java/com/parse/ParsePlugins.java
@@ -121,7 +121,7 @@ public Response intercept(Chain chain) throws IOException {
121
return chain.proceed(request);
122
}
123
});
124
- restClient = ParseHttpClient.createClient(configuration.clientBuilder);
+ restClient = ParseHttpClient.createClient(clientBuilder);
125
126
return restClient;
127
0 commit comments