Skip to content

Commit

Permalink
CR-11793 (#430)
Browse files Browse the repository at this point in the history
* fix list query

* fix
  • Loading branch information
elad-codefresh authored May 17, 2022
1 parent 148a028 commit 163a0fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.43.5
0.43.6
4 changes: 3 additions & 1 deletion pkg/codefresh/ap_git_integrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ func (c *gitIntegrations) List(ctx context.Context) ([]model.GitIntegration, err
sharingPolicy
provider
apiUrl
registeredUsers
users {
userId
}
}
}`,
}
Expand Down

0 comments on commit 163a0fd

Please sign in to comment.