Skip to content

Commit d750911

Browse files
hyobanmrlubos
andauthored
Update packages/openapi-ts/src/plugins/@orpc/contract/plugin.ts
Co-authored-by: Lubos <lubos@heyapi.dev>
1 parent 3fff1aa commit d750911

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/openapi-ts/src/plugins/@orpc/contract

packages/openapi-ts/src/plugins/@orpc/contract/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export const handler: OrpcPlugin['Handler'] = ({ plugin }) => {
204204
}
205205

206206
// Build nested contracts object
207-
const contractsObject = $.object();
207+
const contractsObject = $.object().pretty();
208208
for (const [groupKey, groupOps] of operationsByGroup) {
209209
const groupObject = $.object();
210210

0 commit comments

Comments
 (0)