lint fix [infra]

This commit is contained in:
Stephan D
2026-03-16 16:04:04 +01:00
parent 2fcb150fbf
commit 454534cf1f
2 changed files with 2 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ func (f *capturingPaymentEnforcer) Enforce(_ context.Context, _ bson.ObjectID, _
}
func (*capturingPaymentEnforcer) EnforceBatch(context.Context, []model.PermissionBoundStorable, bson.ObjectID, model.Action) (map[bson.ObjectID]bool, error) {
//nolint:nilnil // Test stub does not provide batch permissions map.
return nil, nil
}

View File

@@ -93,7 +93,7 @@ paths:
$ref: ./api/payments/by_quote.yaml
/payments/by-multiquote/{organizations_ref}:
$ref: ./api/payments/by_multiquote.yaml
/payments/object/{payments_ref}:
/payments/by-ref/{payments_ref}:
$ref: ./api/payments/object.yaml
/payments/{organizations_ref}:
$ref: ./api/payments/list.yaml