Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
larousso committed Oct 9, 2024
1 parent 5f07674 commit d99f32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nio-server/app/models/ConsentFact.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ object DoneBy {
}
}

case class Consent(key: String, label: String, checked: Boolean, expiredAt: Option[LocalDateTime]) {
case class Consent(key: String, label: String, checked: Boolean, expiredAt: Option[LocalDateTime] = None) {
def asXml(): Elem = <consent>
<key>
{key}
Expand Down

0 comments on commit d99f32c

Please sign in to comment.