Skip to content

Commit

Permalink
remove unused ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Mar 29, 2022
1 parent 68bf558 commit 2dccf3e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ async function fetchIndicesCall(
'*.data_stream',
],
// for better performance only compute aliases and settings of indices but not mappings
// @ts-expect-error new param https://github.com/elastic/elasticsearch-specification/issues/1382
features: ['aliases', 'settings'],
});

Expand Down

0 comments on commit 2dccf3e

Please sign in to comment.