Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into deploy/lattice-aws
Browse files Browse the repository at this point in the history
  • Loading branch information
IPadawans committed Oct 9, 2023
2 parents 81bbd03 + 720dc4d commit 731b23f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ const getUnhealthyClusters = async (event) => {
try {
const response = await axios.get(url)
const clusterInfo = response.data
console.log(clusterInfo.length)
if (clusterInfo.length < 3) {
console.log(`Less than 3: ${url}`)
unhealthyClusters.push(url)
Expand Down

0 comments on commit 731b23f

Please sign in to comment.