We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5eece6 commit a8c5812Copy full SHA for a8c5812
projects/f-flow/src/infrastructure/pipeline/pipeline.ts
@@ -8,8 +8,7 @@ export class Pipeline<TRequest, TResponse>
8
9
private validator?: Type<IValidator<TRequest>>;
10
private execution!: Type<IExecution<TRequest, TResponse>>;
11
-
12
+
13
public handle(request: TRequest, injector: Injector): TResponse | void {
14
let isValid: boolean = true;
15
if (this.validator) {
0 commit comments