MF-1575 Add 'Name' field to ListMembers response in things svc (#1576)
Signed-off-by: Ivan Balboteo <ivan@submer.com> Co-authored-by: Ivan Balboteo <ivan@submer.com>
This commit is contained in:
parent
f3ed852b36
commit
127044efad
|
@ -559,6 +559,7 @@ func buildThingsResponse(up things.Page) thingsPageRes {
|
|||
Key: th.Key,
|
||||
Owner: th.Owner,
|
||||
Metadata: th.Metadata,
|
||||
Name: th.Name,
|
||||
}
|
||||
res.Things = append(res.Things, view)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue