Skip to content

Commit 3b0e8c0

Browse files
algolia-botrenovate[bot]Fluf22
committed
chore(deps): dependencies 2025-12-29 (generated)
algolia/api-clients-automation#5792 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thomas Raffray <[email protected]>
1 parent 8bdc26a commit 3b0e8c0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

algoliasearch/src/main/java/com/algolia/ApiClient.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ protected ApiClient(
5050
}
5151
clientOptions = options != null ? options : new ClientOptions();
5252
executor = clientOptions.getExecutor();
53-
requester = clientOptions.getCustomRequester() != null
54-
? clientOptions.getCustomRequester()
55-
: defaultRequester(appId, apiKey, clientName, clientOptions, defaultHosts, connectTimeout, readTimeout, writeTimeout);
53+
requester =
54+
clientOptions.getCustomRequester() != null
55+
? clientOptions.getCustomRequester()
56+
: defaultRequester(appId, apiKey, clientName, clientOptions, defaultHosts, connectTimeout, readTimeout, writeTimeout);
5657
}
5758

5859
/** Creates a default {@link Requester} for executing API requests. */

0 commit comments

Comments
 (0)