Use the share ID

This commit is contained in:
Daniel Ponte 2025-02-06 20:50:16 -05:00
parent 2777ec7bdc
commit f5e969cea3

View file

@ -98,7 +98,7 @@ func (s *api) respondShareHandler(ie EntityFunc) ShareHandlerFunc {
}
sRes := shareResponse{
ID: id,
ID: share.ID,
Type: share.Type,
SharedItem: res,
}