Ran npx prettier against elasticsearch.ts
This commit is contained in:
parent
ac9c52e70f
commit
46a0197cd6
|
@ -112,7 +112,7 @@ class ElasticSearchIntegration implements IntegrationBase {
|
|||
|
||||
if (newConfig.ssl && !newConfig.ssl.ca) {
|
||||
delete newConfig.ssl.ca
|
||||
} else if(!newConfig.ssl) {
|
||||
} else if (!newConfig.ssl) {
|
||||
delete newConfig.ssl
|
||||
}
|
||||
this.client = new Client(newConfig)
|
||||
|
|
Loading…
Reference in New Issue