Skip to content

Commit cb55fa4

Browse files
Merge pull request #51 from ConductorOne/luisinasantos/fix-user-project-struct
[BB-1342] Fix expiration time for project members
2 parents baa1ce2 + 375909d commit cb55fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/connector/client/models.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type ProjectMember struct {
5050
AvatarURL string `json:"avatar_url"`
5151
WebURL string `json:"web_url"`
5252
AccessLevel int `json:"access_level"`
53-
ExpiresAt *time.Time `json:"expires_at"`
53+
ExpiresAt *ISOTime `json:"expires_at"`
5454
GroupSAMLIdentity *SAMLIdentity `json:"group_saml_identity"`
5555
Email string `json:"email"`
5656
}

0 commit comments

Comments
 (0)