We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944f1d8 commit 98d1d0aCopy full SHA for 98d1d0a
graylog-storage-opensearch3/src/main/java/org/graylog/storage/opensearch3/ProxyRequestAdapterOS.java
@@ -56,7 +56,7 @@ public ProxyResponse request(ProxyRequest request) throws IOException {
56
.body(Body.from(request.body(), APPLICATION_JSON))
57
.build();
58
59
- OfficialOpensearchClient client = buildClient(request)
+ OfficialOpensearchClient client = buildClient(request);
60
try {
61
return client.sync(c -> {
62
try (final org.opensearch.client.opensearch.generic.Response response = c.generic().execute(req)) {
0 commit comments