We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3300a29 commit 9bf0b40Copy full SHA for 9bf0b40
core/src/main/java/com/sap/ai/sdk/core/DestinationResolver.java
@@ -61,7 +61,7 @@ HttpDestination getDestination() {
61
62
@Nonnull
63
static HttpDestination fromCustomBaseDestination(@Nonnull final HttpDestination destination) {
64
- var enhancedBaseDestination = addClientTypeHeader(destination);
+ val enhancedBaseDestination = addClientTypeHeader(destination);
65
val path = enhancedBaseDestination.getUri().getPath();
66
if (path == null || path.isEmpty() || path.equals("/")) {
67
return setBasePath(enhancedBaseDestination);
0 commit comments