You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use _id when unmarshalling team members API response (#94)
## What
Use _id when unmarshalling the API response for team members
## Why
Recent versions of the codefresh API do not return `id` for team
members, only `_id`. See #93 for more details
## Notes
Closes#93
0 commit comments