Skip to content

Commit fab0e13

Browse files
committed
remove unused param
1 parent 6f6ef83 commit fab0e13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/commons/src/middleware/cleanupMiddlewares.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ const isFunction = (obj: unknown): obj is CleanupFunction => {
5959
* ```
6060
*
6161
* @param request The Middy request object
62-
* @param options An optional object that can be used to pass options to the function
6362
*/
6463
const cleanupMiddlewares = async (request: MiddyLikeRequest): Promise<void> => {
6564
const cleanupFunctionNames = [

0 commit comments

Comments
 (0)