Skip to content

Commit

Permalink
GJør avstemmingId på GrensesnittavstemmingRequest optional
Browse files Browse the repository at this point in the history
  • Loading branch information
halvorbmundal committed Feb 12, 2024
1 parent 17c9b72 commit 29901cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ data class GrensesnittavstemmingRequest(
val fagsystem: String,
val fra: LocalDateTime,
val til: LocalDateTime,
val avstemmingId: UUID?,
val avstemmingId: UUID? = null,
)

0 comments on commit 29901cc

Please sign in to comment.