Skip to content

Commit

Permalink
make userpage content nil-able
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl committed Sep 5, 2016
1 parent 9bfbb50 commit 7e5d35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/v1/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7e5d35d

Please sign in to comment.