Skip to content

Commit

Permalink
Fix to check a cluster version
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored Apr 26, 2024
2 parents c115e1c + 93fbe88 commit 4e17b7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/mcis/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,6 @@ func isEqualTbClusterInfoExceptStatus(info1 TbClusterInfo, info2 TbClusterInfo)
if info1.Id != info2.Id ||
info1.Name != info2.Name ||
info1.ConnectionName != info2.ConnectionName ||
info1.Version != info2.Version ||
info1.Description != info2.Description ||
info1.CspClusterId != info2.CspClusterId ||
info1.CspClusterName != info2.CspClusterName ||
Expand Down

0 comments on commit 4e17b7f

Please sign in to comment.