Skip to content

Commit

Permalink
Dont parse unused date field with wierd dates
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Mar 12, 2024
1 parent 677363f commit 5f94277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fun HistoriskDeltakelse.toArenaDeltakelse(deltakelseId: DeltakelseId): ArenaDelt
DATO_STATUSENDRING = this.dato_statusendring?.asBackwardsFormattedLocalDateTime()?.format(arenaYearfirstFormat),
AKTIVITET_ID = this.aktivitet_id?.toLong(),
BRUKERID_ENDRING_PRIORITERING = this.brukerid_endring_prioritering,
DATO_ENDRING_PRIORITERING = this.dato_endring_prioritering?.asBackwardsFormattedLocalDateTime()?.format(arenaYearfirstFormat),
DATO_ENDRING_PRIORITERING = this.dato_endring_prioritering,
PERSON_ID = this.person_id,
AARSAKVERDIKODE_STATUS = this.aarsakverdikode_status,
OPPMOTETYPEKODE = this.oppmotetypekode,
Expand Down

0 comments on commit 5f94277

Please sign in to comment.