Skip to content

Commit

Permalink
update code to work with new gql client version
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Oct 11, 2023
1 parent d2c7c55 commit 2dc9002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
console "github.com/pluralsh/console-client-go"
)

func (c *Client) GetServices() ([]*console.ServiceDeploymentFragment, error) {
func (c *Client) GetServices() ([]*console.ServiceDeploymentBaseFragment, error) {
resp, err := c.consoleClient.ListClusterServices(c.ctx)
if err != nil {
return nil, err
Expand Down

0 comments on commit 2dc9002

Please sign in to comment.