1
0
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:
ibalboteo 2022-03-14 11:03:07 +01:00 committed by GitHub
parent f3ed852b36
commit 127044efad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}