Skip to content

Commit

Permalink
Gjør sammhandlerid nullable (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
simhos authored Apr 11, 2024
1 parent 7f36fe5 commit 63e5624
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import io.swagger.v3.oas.annotations.media.Schema
import no.nav.bidrag.domene.ident.SamhandlerId

data class SamhandlerDto(
val tssId: SamhandlerId,
val tssId: SamhandlerId?,
@Schema(description = "Navn på samhandler")
val navn: String?,
@Schema(description = "Offentlig id for samhandlere.")
Expand Down

0 comments on commit 63e5624

Please sign in to comment.