Skip to content

Commit

Permalink
Gi datoen for ikke satt skjæringstidspunkt litt spillerom fra Postgre…
Browse files Browse the repository at this point in the history
…SQL min date i VedtaksperiodeEndretRiver
  • Loading branch information
sivertflu committed Aug 22, 2024
1 parent ccbe862 commit d3d068c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/no/nav/helse/VedtaksperiodeEndretRiver.kt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class VedtaksperiodeOpprettetRiver(
}
}

private val minsteDato = LocalDate.of(-4713, 1, 1)
private val minsteDato = LocalDate.of(-4500, 1, 1)

private fun lagreVedtaksperiodedata(packet: JsonMessage, dataSource: DataSource) {
val json = objectMapper.readTree(packet.toJson())
Expand Down

0 comments on commit d3d068c

Please sign in to comment.