Skip to content

Commit 0cc9ff3

Browse files
author
梁耀天
committedSep 12, 2019
small fix
1 parent f22d2ef commit 0cc9ff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auto-swagger-api",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "",
55
"scripts": {
66
"prebuild": "rm -rf ./bin",

‎src/model/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ launch(language: Languages) {
235235
p,
236236
{
237237
type: this.toKotlinPropertyType(p),
238-
nullable: this.isJavaPropertyNullable(p),
238+
nullable: true,
239239
typeValue: this.toKotlinPropertyTypeValue(p)
240240
}
241241
)

0 commit comments

Comments
 (0)
Please sign in to comment.