Skip to content

Commit 1e76621

Browse files
authored
fix: opensearchclient (#3604)
1 parent 05fa0e4 commit 1e76621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/libs/opensearch/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const log = getServiceChildLogger('opensearch.connection')
77

88
export const getOpensearchClient = async (config: IOpenSearchConfig): Promise<Client> => {
99
let client: Client | undefined
10-
return client
10+
1111
log.info({ node: config.node }, 'Connecting to OpenSearch!')
1212

1313
if (config.node) {

0 commit comments

Comments
 (0)