Skip to content

Commit

Permalink
remove duplicate content type setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 24, 2024
1 parent f6c1cbb commit d0a28a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/xero/api/client/AccountingApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ public HttpResponse createAccountAttachmentByFileNameForHttpResponse(
HttpHeaders headers = new HttpHeaders();
headers.set("xero-tenant-id", xeroTenantId);
headers.set("Idempotency-Key", idempotencyKey);
headers.setContentType("application/octet-stream");
headers.setAccept("application/json");
headers.setContentType("application/octet-stream");
headers.setUserAgent(this.getUserAgent());
Expand Down

0 comments on commit d0a28a4

Please sign in to comment.