Skip to content

Commit e671542

Browse files
committed
chore: lint code
1 parent e92374c commit e671542

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/openapi-typescript/test/transform/request-body-object.test.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -100,24 +100,24 @@ describe("transformRequestBodyObject", () => {
100100
card_title: {
101101
type: "string",
102102
title: "Card Title",
103-
default: "Social Profile"
103+
default: "Social Profile",
104104
},
105105
template: {
106106
type: "string",
107-
title: "Template"
107+
title: "Template",
108108
},
109109
socials: {
110110
type: "object",
111111
title: "Socials",
112-
default: {}
113-
}
112+
default: {},
113+
},
114114
},
115115
type: "object",
116116
required: ["template"],
117117
title: "Create",
118-
description: "Social Profile schema for create."
119-
}
120-
}
118+
description: "Social Profile schema for create.",
119+
},
120+
},
121121
},
122122
description: "description",
123123
},

0 commit comments

Comments
 (0)