forked from TrueCloudLab/frostfs-node
[#876] Fix linters
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
1fe7736d92
commit
b6fc3321c5
1 changed files with 1 additions and 3 deletions
|
@ -47,9 +47,7 @@ type Prm struct {
|
|||
SenderKey string
|
||||
}
|
||||
|
||||
var (
|
||||
errMissingOID = fmt.Errorf("object ID is not set")
|
||||
)
|
||||
var errMissingOID = fmt.Errorf("object ID is not set")
|
||||
|
||||
// CheckAPE checks if a request or a response is permitted creating an ape request and passing
|
||||
// it to chain router.
|
||||
|
|
Loading…
Reference in a new issue