make userpage content nil-able

This commit is contained in:
Howl 2016-09-05 23:45:11 +02:00
parent 9bfbb50ffd
commit 7e5d35d79a
1 changed files with 1 additions and 1 deletions

View File

@ -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.