mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(api): 🐛 breaking mediatr api change on PipelineBehavior constraint
This commit is contained in:
parent
b4310d2352
commit
d9a620e8d2
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
namespace FilterLists.Directory.Application.Validators;
|
||||
|
||||
internal class ValidatorPipelineBehavior<TRequest, TResponse> : IPipelineBehavior<TRequest, TResponse>
|
||||
where TRequest : notnull
|
||||
where TRequest : IRequest<TResponse>
|
||||
{
|
||||
private readonly IEnumerable<IValidator<TRequest>> _validators;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue