Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Nov 8, 2024
1 parent 179f540 commit 6fb51c2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ export async function upgradeBuiltInEntityDefinitions({
});

await Promise.all(
upgradedDefinitions.map((definition) =>
startTransforms(esClient, definition, logger)
)
upgradedDefinitions.map((definition) => startTransforms(esClient, definition, logger))
);

return { success: true, definitions: upgradedDefinitions };
Expand Down

0 comments on commit 6fb51c2

Please sign in to comment.