Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Oct 30, 2023
1 parent d029c55 commit 20fe332
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ const searchResult = await client.search({
console.log(searchResult.hits.hits)
`,
configureClient: ({ url, apiKey }) => `const { Client } = require('@elastic/elasticsearch-serverless');
configureClient: ({
url,
apiKey,
}) => `const { Client } = require('@elastic/elasticsearch-serverless');
const client = new Client({
node: '${url}',
auth: {
Expand Down

0 comments on commit 20fe332

Please sign in to comment.