Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Dec 21, 2021
1 parent 0d69c42 commit 92460eb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ export function getShardStats(
} else if (cluster.elasticsearch?.cluster?.stats?.state?.state_uuid) {
filters.push({
term: {
'elasticsearch.cluster.stats.state.state_uuid': cluster.elasticsearch.cluster.stats.state.state_uuid,
'elasticsearch.cluster.stats.state.state_uuid':
cluster.elasticsearch.cluster.stats.state.state_uuid,
},
});
}
Expand Down

0 comments on commit 92460eb

Please sign in to comment.