Skip to content

Commit c01c845

Browse files
Chase CoalwellAllanZhengYP
authored andcommitted
fix: clean up commented
1 parent 5ae1811 commit c01c845

File tree

1 file changed

+0
-9
lines changed
  • packages/middleware-content-length/src

1 file changed

+0
-9
lines changed

packages/middleware-content-length/src/index.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ export function contentLengthMiddleware(
4444
};
4545
}
4646

47-
// export const contentLengthPlugin = (options: {
48-
// bodyLengthChecker: BodyLengthCalculator;
49-
// }): Injectable<any, any> => clientStack => {
50-
// clientStack.add(contentLengthMiddleware(options.bodyLengthChecker), {
51-
// step: "build",
52-
// tags: { SET_CONTENT_LENGTH: true }
53-
// });
54-
// };
55-
5647
export namespace ContentLength {
5748
export const setMiddleware = (options: {
5849
bodyLengthChecker: BodyLengthCalculator;

0 commit comments

Comments
 (0)