We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bcd35 commit 62157d7Copy full SHA for 62157d7
src/main/kotlin/com/ctrlhub/core/governance/response/Organisation.kt
@@ -32,7 +32,7 @@ class Organisation {
32
33
@JsonIgnoreProperties(ignoreUnknown = true)
34
class Settings {
35
- lateinit var nomenclature: Nomenclature
+ var nomenclature: Nomenclature? = null
36
}
37
38
/**
@@ -68,7 +68,7 @@ class OrganisationResponseMetaPage {
68
69
70
class Nomenclature {
71
- lateinit var governance: GovernanceNomenclature
+ var governance: GovernanceNomenclature? = null
72
73
74
0 commit comments