We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22d2ef commit 0cc9ff3Copy full SHA for 0cc9ff3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "auto-swagger-api",
3
- "version": "3.1.0",
+ "version": "3.1.1",
4
"description": "",
5
"scripts": {
6
"prebuild": "rm -rf ./bin",
src/model/index.ts
@@ -235,7 +235,7 @@ launch(language: Languages) {
235
p,
236
237
type: this.toKotlinPropertyType(p),
238
- nullable: this.isJavaPropertyNullable(p),
+ nullable: true,
239
typeValue: this.toKotlinPropertyTypeValue(p)
240
}
241
)
0 commit comments