Skip to content

Commit e2779cd

Browse files
committed
Remove commented code
1 parent 0f6d762 commit e2779cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: packages/openapi-fetch/test/index.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,6 @@ describe("client", () => {
898898
});
899899

900900
const BODIES = [{ prop: "a" }, {}, "", "str", null, false, 0, 1, new Date("2024-08-07T09:52:00.836Z")] as const;
901-
// const BODIES = ["str"] as const;
902901
const METHOD_BODY_COMBINATIONS = BODY_ACCEPTING_METHODS.flatMap(([method]) =>
903902
BODIES.map((body) => [method, body] as const),
904903
);

0 commit comments

Comments
 (0)