Skip to content

Commit d0a28a4

Browse files
author
Vignesh Kennadi
committed
remove duplicate content type setting
1 parent f6c1cbb commit d0a28a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/xero/api/client/AccountingApi.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ public HttpResponse createAccountAttachmentByFileNameForHttpResponse(
528528
HttpHeaders headers = new HttpHeaders();
529529
headers.set("xero-tenant-id", xeroTenantId);
530530
headers.set("Idempotency-Key", idempotencyKey);
531-
headers.setContentType("application/octet-stream");
532531
headers.setAccept("application/json");
533532
headers.setContentType("application/octet-stream");
534533
headers.setUserAgent(this.getUserAgent());

0 commit comments

Comments
 (0)