Skip to content

Commit 37137c4

Browse files
Update users.go
1 parent a44c2e0 commit 37137c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/codefresh/users.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ type (
2424

2525
Account struct {
2626
Name string `json:"name"`
27+
ID string `json:"_id"`
2728
}
2829

2930
users struct {

0 commit comments

Comments
 (0)