Skip to content

Commit 98d1d0a

Browse files
committed
fixed code
1 parent 944f1d8 commit 98d1d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graylog-storage-opensearch3/src/main/java/org/graylog/storage/opensearch3/ProxyRequestAdapterOS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public ProxyResponse request(ProxyRequest request) throws IOException {
5656
.body(Body.from(request.body(), APPLICATION_JSON))
5757
.build();
5858

59-
OfficialOpensearchClient client = buildClient(request)
59+
OfficialOpensearchClient client = buildClient(request);
6060
try {
6161
return client.sync(c -> {
6262
try (final org.opensearch.client.opensearch.generic.Response response = c.generic().execute(req)) {

0 commit comments

Comments
 (0)