Skip to content

Commit

Permalink
Update client.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPates committed Aug 28, 2024
1 parent 672dc59 commit 283caa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/google/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ func (c *client) GetGroups(query string) ([]*admin.Group, error) {
return nil
})
return g, err
}

// The Google api doesn't support multi-part queries, but we do so we need to split into an array of query strings
queries := strings.Split(query, ",")
Expand Down

0 comments on commit 283caa5

Please sign in to comment.