Skip to content

Commit

Permalink
Merge pull request #3259 from Opetushallitus/tor-xxxx-korjaa-kuka-kat…
Browse files Browse the repository at this point in the history
…soi-tietojani

TOR-xxxx: lisäfiksi kuka katsoi tietojani -näkymään
  • Loading branch information
AleksiAhtiainen authored Dec 30, 2024
2 parents bce814c + efce296 commit ef38057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class AuditLogService(app: KoskiApplication) extends Logging {
}.getOrElse(List.empty[String])

val raw = item.asScala.view.collectFirst {
case ("raw", value) if value.ss() != null => value.s()
case ("raw", value) if value.s() != null => value.s()
}.getOrElse("")

val time = item.asScala.view.collectFirst {
Expand Down

0 comments on commit ef38057

Please sign in to comment.