Skip to content

Commit

Permalink
Merge pull request #13 from OpenVPN/fix_cloudconnexa_user_resource
Browse files Browse the repository at this point in the history
Trying to fix cloudconnexa_user resource
  • Loading branch information
sahaqaa authored Jun 25, 2024
2 parents dfeaa1a + b4f5060 commit e11c73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudconnexa/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (c *UsersService) List(username string, role string) (*User, error) {

func (c *UsersService) Get(userId string) (*User, error) {
pageSize := 10
page := 1
page := 0

for {
response, err := c.GetByPage(page, pageSize)
Expand Down

0 comments on commit e11c73b

Please sign in to comment.