Skip to content

Commit 638f03c

Browse files
Jawnnypoorogerhu
authored andcommitted
Use the right builder (#637)
1 parent 01a79b6 commit 638f03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/src/main/java/com/parse/ParsePlugins.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public Response intercept(Chain chain) throws IOException {
121121
return chain.proceed(request);
122122
}
123123
});
124-
restClient = ParseHttpClient.createClient(configuration.clientBuilder);
124+
restClient = ParseHttpClient.createClient(clientBuilder);
125125
}
126126
return restClient;
127127
}

0 commit comments

Comments
 (0)