[#876] Fix linters

Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
pull/921/head
Anton Nikiforov 2024-01-22 13:39:57 +03:00
parent 1fe7736d92
commit b6fc3321c5
1 changed files with 1 additions and 3 deletions

View File

@ -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.