Skip to content

Commit

Permalink
Gikk an å gjøre meldingen enda finere
Browse files Browse the repository at this point in the history
  • Loading branch information
hegehaav committed Mar 27, 2024
1 parent 8527db2 commit 0fcfce8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ internal class OppsummerVedtaksperiodeVenterExternal (
""".trimIndent()
val ventegrupper = oppsummering.groupBy { it.årsak }
ventegrupper.forEach { (gruppe, data) ->
melding += "*Perioder som har ventet på ${gruppe.hvem()}* \n"
melding += "*Har ventet på ${gruppe.hvem()}* \n"
data.forEach {
melding += "\t ${it.bucket.emoji()} ${it.bucket.lowercase()}: *${it.antall}* \n"
}
Expand Down

0 comments on commit 0fcfce8

Please sign in to comment.