Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Jul 1, 2021
1 parent bd58d40 commit a646d2a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ async function fetchIndicesCall(
// In the future, we should migrate away from using cat APIs (https://github.com/elastic/kibana/issues/57286)
const filteredCatHits = catHits.filter((hit) => typeof indices[hit.index] !== 'undefined');

// The two responses should be equal in the number of indices returned
return filteredCatHits.map((hit) => {
const index = indices[hit.index];
const aliases = Object.keys(index.aliases);
Expand Down

0 comments on commit a646d2a

Please sign in to comment.