Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Dec 20, 2021
1 parent 25d4357 commit 2ad61e4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ async function getUnassignedShardData(
} else if (cluster.elasticsearch?.cluster?.stats?.state?.state_uuid) {
filters.push({
term: {
'elasticsearch.cluster.state.id':
cluster.elasticsearch?.cluster?.stats?.state?.state_uuid,
'elasticsearch.cluster.state.id': cluster.elasticsearch?.cluster?.stats?.state?.state_uuid,
},
});
}
Expand Down

0 comments on commit 2ad61e4

Please sign in to comment.