UPDATE: Change type response
All checks were successful
Build and Release / release (push) Successful in 1m6s
All checks were successful
Build and Release / release (push) Successful in 1m6s
This commit is contained in:
@@ -14,6 +14,9 @@ type UserProfileSimple struct {
|
||||
}
|
||||
|
||||
func (p *UserProfileSimple) ToResponse() *response.UserProfileSimpleResponse {
|
||||
if p == nil {
|
||||
return nil
|
||||
}
|
||||
return &response.UserProfileSimpleResponse{
|
||||
DisplayName: p.DisplayName,
|
||||
FullName: p.FullName,
|
||||
|
||||
Reference in New Issue
Block a user