Skip to content

Commit

Permalink
fix: add clients response value to servergroupclientlist (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmichaelb authored Feb 3, 2021
1 parent 2448c65 commit 9322c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servergroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (c *TeamspeakHttpClient) ServerGroupClientList(serverGroupId int) (*[]Serve
ServerGroupId: serverGroupId,
Names: true,
},
nil,
&clients,
)
if err != nil {
return nil, err
Expand Down

0 comments on commit 9322c2b

Please sign in to comment.