Skip to content

Commit

Permalink
empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ankita10r committed Aug 16, 2023
1 parent 071cf94 commit 46076b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ private void transferRoutes() {
if (tenantId == null || !dfspIds.contains(tenantId)) {
throw new RuntimeException("Requested tenant " + tenantId + " not configured in the connector!");
}
logger.debug("tenantId: " + tenantId);
Client client = clientProperties.getClient(tenantId);
String requestType = getRequestType(e.getIn().getHeader("requestType", String.class));
HttpEntity<String> entity = buildHeader(tenantId, null);
Expand Down

0 comments on commit 46076b5

Please sign in to comment.