We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents baa1ce2 + 375909d commit cb55fa4Copy full SHA for cb55fa4
pkg/connector/client/models.go
@@ -50,7 +50,7 @@ type ProjectMember struct {
50
AvatarURL string `json:"avatar_url"`
51
WebURL string `json:"web_url"`
52
AccessLevel int `json:"access_level"`
53
- ExpiresAt *time.Time `json:"expires_at"`
+ ExpiresAt *ISOTime `json:"expires_at"`
54
GroupSAMLIdentity *SAMLIdentity `json:"group_saml_identity"`
55
Email string `json:"email"`
56
}
0 commit comments