Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaanandM committed Oct 21, 2023
1 parent 9c7a30b commit c05bf72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func (h *V1Client) listClusters(clusterContext string) ([]*models.V1SpectroClust
case "tenant":
params = clusterC.NewV1SpectroClustersListParams()
}

var limit int64 = 0
params.Limit = &limit
resp, err := client.V1SpectroClustersList(params)
Expand Down

0 comments on commit c05bf72

Please sign in to comment.