Skip to content

Commit

Permalink
dunno why config types are missing but use them if set
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf committed Jul 17, 2024
1 parent e490eb6 commit e01435f
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 @@ -333,7 +333,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 e01435f

Please sign in to comment.