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
1 changed files with 1 additions and 0 deletions

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