make userpage content nil-able
This commit is contained in:
parent
9bfbb50ffd
commit
7e5d35d79a
|
@ -229,7 +229,7 @@ LIMIT 1
|
|||
|
||||
type userpageResponse struct {
|
||||
common.ResponseBase
|
||||
Userpage string `json:"userpage"`
|
||||
Userpage *string `json:"userpage"`
|
||||
}
|
||||
|
||||
// UserUserpageGET gets an user's userpage, as in the customisable thing.
|
||||
|
|
Loading…
Reference in New Issue
Block a user