We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44c2e0 commit 37137c4Copy full SHA for 37137c4
pkg/codefresh/users.go
@@ -24,6 +24,7 @@ type (
24
25
Account struct {
26
Name string `json:"name"`
27
+ ID string `json:"_id"`
28
}
29
30
users struct {
0 commit comments