Skip to content

Commit fb62f90

Browse files
authored
Merge branch 'master' into make-v25
2 parents 983260a + 22f3987 commit fb62f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

express-zod-api/src/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Security } from "./security";
88
import { ActualLogger } from "./logger-helpers";
99

1010
type Handler<IN, OPT, OUT> = (params: {
11-
/** @desc The inputs from the enabled input sources validated against final input schema of the Middleware */
11+
/** @desc The inputs from the enabled input sources validated against the input schema of the Middleware */
1212
input: IN;
1313
/**
1414
* @desc The returns of the previously executed Middlewares (typed when chaining Middlewares)

0 commit comments

Comments
 (0)