Skip to content

Commit

Permalink
13
Browse files Browse the repository at this point in the history
  • Loading branch information
vegardlu committed May 10, 2024
1 parent ce97203 commit b55fb06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class JournalposterApiImpl(
override fun ferdigstillJournalpost(journalpostId: String) =
ferdigstillJournalpostService
.mdc(journalpostId = journalpostId)
.also { println("what?") }
.ferdigstill(journalpostId)
.toEmptyResponseEntity()
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>no.nav.eux</groupId>
<artifactId>parent-pom</artifactId>
<version>1.0.12</version>
<version>1.0.13</version>
</parent>

<properties>
Expand Down

0 comments on commit b55fb06

Please sign in to comment.