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