mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-26 13:48:53 +08:00
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…
x
Reference in New Issue
Block a user