Skip to content

Commit

Permalink
fix setpolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Oct 4, 2021
1 parent 52ee43c commit 7c8c391
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const setPolicy = async (
return (
await esClient.ilm.putLifecycle({
policy,
body,
})
).body;
};

0 comments on commit 7c8c391

Please sign in to comment.