Skip to content

Commit 99ae4de

Browse files
committed
fix: remove dead code
1 parent f7af6d4 commit 99ae4de

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/openapi-ts/src/plugins/zod/plugin.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,6 @@ const arrayTypeToZodSchema = ({
115115
],
116116
}),
117117
],
118-
119-
// compiler.callExpression({
120-
// functionName: compiler.propertyAccessExpression({
121-
// expression: zIdentifier,
122-
// name: unionIdentifier,
123-
// }),
124-
// parameters: [
125-
// compiler.arrayLiteralExpression({
126-
// elements: itemExpressions,
127-
// }),
128-
// ],
129118
});
130119
}
131120
}

0 commit comments

Comments
 (0)