Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
larousso committed Oct 10, 2024
1 parent 9b5d371 commit 43540c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nio-server/app/models/Permission.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ case class Permission(key: String, label: String, `type`: PermissionType = OptIn
<key>{key}</key>
<label>{label}</label>
<type>{`type`.print}</type>
<validityPeriod>{validityPeriod.map(_.toString()).getOrElse("")}</validityPeriod>
{validityPeriod.map(p => <validityPeriod>p.toString()</validityPeriod>)}
</permission>.clean()
}

Expand Down

0 comments on commit 43540c0

Please sign in to comment.