Skip to content

Commit

Permalink
Logg mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
olekvernberg committed Nov 8, 2023
1 parent c82cf18 commit 984cb39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class OppgaveClient(
oppgave: Oppgave,
mappenavnInneholder: String = "Hendelser",
) {
log.info("Mapper: ${mapperResponse.mapper}")
val mappe = mapperResponse.mapper.find {
it.navn.contains(mappenavnInneholder, true)
!it.navn.contains("EF Sak", true)
Expand Down

0 comments on commit 984cb39

Please sign in to comment.