Skip to content

Commit 9573f77

Browse files
committed
Appease the linter
1 parent 3b6eb2f commit 9573f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import API from './api'
4848
import packageJson from '../package.json'
4949
import transportPackageJson from '@elastic/transport/package.json'
5050

51-
console.warn(`This package is deprecated and no longer being supported or maintained. All Elasticsearch serverless functionality has been merged back into @elastic/elasticsearch.`)
51+
console.warn('This package is deprecated and no longer being supported or maintained. All Elasticsearch serverless functionality has been merged back into @elastic/elasticsearch.')
5252

5353
const kChild = Symbol('elasticsearchjs-child')
5454
const kInitialOptions = Symbol('elasticsearchjs-initial-options')

0 commit comments

Comments
 (0)