Skip to content

Commit 0059e2d

Browse files
committed
fix: opensearchclient
1 parent 05fa0e4 commit 0059e2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)