Skip to content

Commit bee1948

Browse files
committed
make ingest clients public
1 parent 616133d commit bee1948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

connections/manager.class.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export class ConnectionManager {
2020
last_commit_hash: string;
2121
current_version: string;
2222

23-
private readonly esIngestClients: Client[];
24-
private esIngestClient: Client;
23+
esIngestClients: Client[];
24+
esIngestClient: Client;
2525

2626
constructor(private cm: ConfigurationModule) {
2727
this.config = cm.config;

0 commit comments

Comments
 (0)