lint fix [infra] #749

Merged
tech merged 1 commits from bff-747 into main 2026-03-16 15:04:34 +00:00
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) { 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 return nil, nil
} }

View File

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