Skip to content

Commit e2254ec

Browse files
committed
fix: make profile settings optional
1 parent 3d2bcd0 commit e2254ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/ctrlhub/core/iam/response/WhoamiResponse.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Profile {
3131
var address: ProfileAddress? = null
3232
var contact: ProfileContact? = null
3333
var personal: ProfilePersonal? = null
34-
var settings: ProfileSettings = ProfileSettings()
34+
var settings: ProfileSettings? = null
3535
var work: ProfileWork? = null
3636
}
3737

0 commit comments

Comments
 (0)