Skip to content

Commit dc3e3e3

Browse files
committed
fix: allow settings on organisation to be nullable
1 parent e1bacf4 commit dc3e3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/ctrlhub/core/governance/response/Organisation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Organisation {
2424
lateinit var name: String
2525
var description: String? = null
2626
lateinit var slug: String
27-
lateinit var settings: Settings
27+
var settings: Settings? = null
2828

2929
@Meta
3030
lateinit var meta: OrganisationMeta

0 commit comments

Comments
 (0)