We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6ef83 commit fab0e13Copy full SHA for fab0e13
packages/commons/src/middleware/cleanupMiddlewares.ts
@@ -59,7 +59,6 @@ const isFunction = (obj: unknown): obj is CleanupFunction => {
59
* ```
60
*
61
* @param request The Middy request object
62
- * @param options An optional object that can be used to pass options to the function
63
*/
64
const cleanupMiddlewares = async (request: MiddyLikeRequest): Promise<void> => {
65
const cleanupFunctionNames = [
0 commit comments