Skip to content

Commit

Permalink
Merge pull request #425 from navikt/journalpostid-respons
Browse files Browse the repository at this point in the history
fjerner journalpostid fra responsen
  • Loading branch information
tiafiring authored Feb 7, 2025
2 parents fe67e2a + bcdcb5f commit cafb088
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ package no.nav.tiltakspenger.soknad.api.soknad.routes
import java.time.LocalDateTime

data class SøknadResponse(
val journalpostId: String,
val innsendingTidspunkt: LocalDateTime,
)
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ fun Route.søknadRoutes(
requestTimer.observeDuration()

val søknadResponse = SøknadResponse(
// TODO post-mvp jah: Dette kan vi vel ikke returnere?
journalpostId = "ikkeJournalførtEnda",
innsendingTidspunkt = innsendingTidspunkt,
)
call.respond(status = HttpStatusCode.Created, message = søknadResponse)
Expand Down

0 comments on commit cafb088

Please sign in to comment.