We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616133d commit bee1948Copy full SHA for bee1948
connections/manager.class.ts
@@ -20,8 +20,8 @@ export class ConnectionManager {
20
last_commit_hash: string;
21
current_version: string;
22
23
- private readonly esIngestClients: Client[];
24
- private esIngestClient: Client;
+ esIngestClients: Client[];
+ esIngestClient: Client;
25
26
constructor(private cm: ConfigurationModule) {
27
this.config = cm.config;
0 commit comments