Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhoan-axonivy committed Jul 31, 2024
1 parent 4fd8078 commit 968f9d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public String getJobs() {
"PersistenceId\": \"string\",", "PersistenceId\": \"" + UUID.randomUUID().toString() + "\",");
return json;
}

@GET
@Produces(MediaType.APPLICATION_JSON)
@Path("odata/Folders")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ private OrechstratorTenantFilter(String tenant)
public void filter(ClientRequestContext context) throws IOException
{
context.getHeaders().add("X-UIPATH-TenantName", tenant);
context.getHeaders().add("X-Uipath-Organizationunitid", tenant);
}
}

Expand Down

0 comments on commit 968f9d7

Please sign in to comment.