Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 6291d7d

Browse files
SynapticloopSynapticloop
authored andcommitted
Merge branch 'iterate-ch-feature/request-properties-accessor'
2 parents 4d90a77 + 8582e20 commit 6291d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/synapticloop/b2/request/BaseB2Request.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ protected BaseB2Request(CloseableHttpClient client, B2AuthorizeAccountResponse b
109109

110110
protected BaseB2Request(CloseableHttpClient client, B2AuthorizeAccountResponse b2AuthorizeAccountResponse, String url, Map<String, String> headers) {
111111
this(client, url);
112+
112113
this.addHeader(HttpHeaders.CONTENT_TYPE, VALUE_APPLICATION_X_WWW_FORM_URLENCODED);
113114
this.addHeader(HttpHeaders.AUTHORIZATION, b2AuthorizeAccountResponse.getAuthorizationToken());
114115
}

0 commit comments

Comments
 (0)