Skip to content

Commit c1e1098

Browse files
committed
Convert case of operation parameters
1 parent 79e9b52 commit c1e1098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Case.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const convertServiceCase = (service: Service, type: Exclude<Case, Case.NO
4848
...service,
4949
operations: service.operations.map(op => ({
5050
...op,
51+
parameters: op.parameters.map(opParameter => convertModelCase(opParameter, type)),
5152
results: op.results.map(results => convertModelCase(results, type)),
5253
})),
5354
};

0 commit comments

Comments
 (0)