removed unnecessary code
This commit is contained in:
parent
e1863709df
commit
055e0f7fe8
@ -25,9 +25,4 @@ type User struct {
|
|||||||
Picture string `json:"picture"`
|
Picture string `json:"picture"`
|
||||||
Nickname string `json:"nickname"`
|
Nickname string `json:"nickname"`
|
||||||
Apps map[string]interface{} `json:"app_metadata,omitempty"`
|
Apps map[string]interface{} `json:"app_metadata,omitempty"`
|
||||||
|
|
||||||
//UserMetadata UserMetadata `json:"user_metadata"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// type UserMetadata struct {
|
|
||||||
// }
|
|
||||||
|
Loading…
Reference in New Issue
Block a user