Skip to content

Commit

Permalink
docs: remove code comments that no longer apply
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Mar 7, 2024
1 parent fc3c24e commit 2dbbe4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/middleware-serde/src/deserializerMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import {

/**
* @internal
*
* 3rd type parameter is deprecated and unused.
*/
export const deserializerMiddleware = <
Input extends object = any,
Expand Down
2 changes: 0 additions & 2 deletions packages/middleware-serde/src/serializerMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import type { V1OrV2Endpoint } from "./serdePlugin";

/**
* @internal
*
* Note: 3rd type parameter is deprecated and unused.
*/
export const serializerMiddleware = <
Input extends object = any,
Expand Down

0 comments on commit 2dbbe4f

Please sign in to comment.