forked from TrueCloudLab/frostfs-node
[#243] service/object: Fix object chain assembly for tombstone body
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
9265e31e65
commit
a01262d8bd
5 changed files with 7 additions and 5 deletions
|
@ -99,7 +99,7 @@ func (w *searchSvcWrapper) splitMembers(exec *execCtx) ([]*objectSDK.ID, error)
|
|||
return wr.ids, nil
|
||||
}
|
||||
|
||||
func (s simpleIDWriter) WriteIDs(ids []*objectSDK.ID) error {
|
||||
func (s *simpleIDWriter) WriteIDs(ids []*objectSDK.ID) error {
|
||||
s.ids = append(s.ids, ids...)
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue