Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksiAhtiainen committed Dec 30, 2024
1 parent efce296 commit 8b96d86
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ class AuditLogService(app: KoskiApplication) extends Logging {
}
}.getOrElse(List.empty[String])

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

val time = item.asScala.view.collectFirst {
case ("time", value) if value.s() != null => value.s()
Expand Down

0 comments on commit 8b96d86

Please sign in to comment.