Skip to content

Commit 05c299d

Browse files
committed
Updated kotlin model generation
1 parent fc0c94e commit 05c299d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/writeClientKotlinModels.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ export const writeClientKotlinModels = async (
2929
): Promise<void> => {
3030
for (const model of models) {
3131
if (model.export === 'all-of') {
32-
model.properties.forEach(prop => {});
33-
3432
const { realProps, realEnums, exportType } = getProperties(models, model);
3533

3634
model.properties = realProps;

0 commit comments

Comments
 (0)