Skip to content

Commit

Permalink
♻️ notatTekst -> notattekst
Browse files Browse the repository at this point in the history
  • Loading branch information
elitho committed Nov 21, 2024
1 parent 4459834 commit 3738b2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ data class LagtPaVent(
override val dialogRef: Int?,
val arsaker: List<String>,
val frist: LocalDate?,
val notatTekst: String?,
val notattekst: String?,
val kommentarer: List<Kommentar>,
) : Historikkinnslag

Expand Down Expand Up @@ -545,7 +545,7 @@ data class BeregnetPeriode(
dialogRef = it.dialogRef,
arsaker =VentÅrsaker,
frist = frist,
notatTekst = notattekst,
notattekst = notattekst,
kommentarer =
notatDao.finnKommentarer(it.dialogRef!!.toLong()).map { kommentar ->
Kommentar(
Expand Down
2 changes: 1 addition & 1 deletion spesialist-api/src/test/schema_til_bruk_fra_tester.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ type LagtPaVent implements Historikkinnslag {
frist: LocalDate
id: Int!
kommentarer: [Kommentar!]!
notatTekst: String
notattekst: String
saksbehandlerIdent: String
timestamp: LocalDateTime!
type: PeriodehistorikkType!
Expand Down

0 comments on commit 3738b2f

Please sign in to comment.