SUPPORT-9509: Fix review
This commit is contained in:
parent
e519f0a52e
commit
15e4967ee4
1 changed files with 0 additions and 1 deletions
|
|
@ -701,7 +701,6 @@ public class EsiaAuthService {
|
|||
.build();
|
||||
HttpResponse<String> postResp = HttpClient.newBuilder()
|
||||
.connectTimeout(Duration.ofSeconds(esiaConfig.getConnectionTimeout()))
|
||||
|
||||
.build()
|
||||
.send(postReq, HttpResponse.BodyHandlers.ofString());
|
||||
String responseString = postResp.body();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue