Skip to content

Commit

Permalink
Update src/main/kotlin/no/digdir/service_catalog/model/PublicService.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Nils Ove Tendenes <[email protected]>
  • Loading branch information
hegeaal and NilsOveTen authored Nov 13, 2023
1 parent a9950f7 commit 710712d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ data class PublicService (

@JsonIgnoreProperties(ignoreUnknown = true)
data class PublicServiceToBeCreated(
val title: LocalizedStrings,
val title: LocalizedStrings?,
val description: LocalizedStrings?
)

0 comments on commit 710712d

Please sign in to comment.