Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 9ae75a7

Browse files
authored
Merge pull request #29 from LF-Engineering/fix-affiliation-response-statuscode
Change affiliation response statuscode from string to int
2 parents 6f9dfaf + 9680572 commit 9ae75a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

affiliation/dto.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Identity struct {
1515

1616
// AffiliationsResponse ...
1717
type AffiliationsResponse struct {
18-
Code string `json:"Code"`
18+
Code int `json:"Code"`
1919
Message string `json:"Message"`
2020
Enrollments interface{} `json:"enrollments"`
2121
Identities interface{} `json:"identities"`

0 commit comments

Comments
 (0)