From 2dccf3e04c7049dd51e6b6c904386adb704d3204 Mon Sep 17 00:00:00 2001 From: pgayvallet Date: Tue, 29 Mar 2022 12:53:57 +0200 Subject: [PATCH] remove unused ts-expect-error --- x-pack/plugins/index_management/server/lib/fetch_indices.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/index_management/server/lib/fetch_indices.ts b/x-pack/plugins/index_management/server/lib/fetch_indices.ts index cec763a247ed7..78d74fe630055 100644 --- a/x-pack/plugins/index_management/server/lib/fetch_indices.ts +++ b/x-pack/plugins/index_management/server/lib/fetch_indices.ts @@ -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'], });