forked from TrueCloudLab/frostfs-node
[#459] blobovniczatree: Fix get error
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
03aa210145
commit
4d48377cec
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ func (b *Blobovniczas) Get(ctx context.Context, prm common.GetPrm) (res common.G
|
|||
success = true
|
||||
size = len(res.RawData)
|
||||
}
|
||||
return res, err
|
||||
}
|
||||
|
||||
activeCache := make(map[string]struct{})
|
||||
|
|
Loading…
Reference in a new issue