Fix misplaced comma
This commit is contained in:
parent
9eee64cca1
commit
ea1264ddbd
@ -145,7 +145,7 @@ type UserResponse struct {
|
|||||||
} `json:"data"`
|
} `json:"data"`
|
||||||
Errors []struct {
|
Errors []struct {
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
Code int `json:"code",string`
|
Code int `json:"code,string"`
|
||||||
} `json:"errors"`
|
} `json:"errors"`
|
||||||
}
|
}
|
||||||
func (u UserResponse) ConvertToAPIUser() APIUser {
|
func (u UserResponse) ConvertToAPIUser() APIUser {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user