Skip to content

Commit

Permalink
For now, don't pass in config types when listing services. Fixes #554
Browse files Browse the repository at this point in the history
  • Loading branch information
plorenz committed Apr 22, 2024
1 parent 8e592e3 commit 02285eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ziti/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ func (self *CtrlClient) GetServices() ([]*rest_model.ServiceDetail, error) {
for {
params.Limit = &pageLimit
params.Offset = &pageOffset
params.ConfigTypes = self.ConfigTypes
//params.ConfigTypes = self.ConfigTypes

resp, err := self.API.Service.ListServices(params, self.GetCurrentApiSession())

Expand Down

0 comments on commit 02285eb

Please sign in to comment.