Skip to content

Commit 163a0fd

Browse files
CR-11793 (#430)
* fix list query * fix
1 parent 148a028 commit 163a0fd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.43.5
1+
0.43.6

pkg/codefresh/ap_git_integrations.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ func (c *gitIntegrations) List(ctx context.Context) ([]model.GitIntegration, err
8282
sharingPolicy
8383
provider
8484
apiUrl
85-
registeredUsers
85+
users {
86+
userId
87+
}
8688
}
8789
}`,
8890
}

0 commit comments

Comments
 (0)