forked from TrueCloudLab/frostfs-node
Hello, I am a robot. #1
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ type engineWithoutNotifications struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (e engineWithoutNotifications) IsLocked(address oid.Address) (bool, error) {
|
func (e engineWithoutNotifications) IsLocked(address oid.Address) (bool, error) {
|
||||||
return e.IsLocked(address)
|
return e.engine.IsLocked(address)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (e engineWithoutNotifications) Delete(tombstone oid.Address, toDelete []oid.ID) error {
|
func (e engineWithoutNotifications) Delete(tombstone oid.Address, toDelete []oid.ID) error {
|
||||||
|
|
Loading…
Reference in a new issue