Skip to content

Commit a8c5812

Browse files
feat: Added zoneless support
1 parent f5eece6 commit a8c5812

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/f-flow/src/infrastructure/pipeline/pipeline.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ export class Pipeline<TRequest, TResponse>
88

99
private validator?: Type<IValidator<TRequest>>;
1010
private execution!: Type<IExecution<TRequest, TResponse>>;
11-
12-
11+
1312
public handle(request: TRequest, injector: Injector): TResponse | void {
1413
let isValid: boolean = true;
1514
if (this.validator) {

0 commit comments

Comments
 (0)