You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/main/api/Routes.kt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ private suspend fun hentMedium(
242
242
rettighetsType = it.rettighetsType,
243
243
beregningsgrunnlag = it.beregningsgrunnlag,
244
244
barnMedStonad = it.barnMedStonad,
245
-
barnetillegg = it.barnetillegg*it.barnMedStonad,
245
+
barnetillegg = it.barnetillegg*it.barnMedStonad,
246
246
kildesystem = it.kildesystem,
247
247
samordningsId = it.samordningsId,
248
248
opphorsAarsak = it.opphorsAarsak
@@ -322,6 +322,7 @@ private suspend fun hentMaksimum(
322
322
fraOgMedDato = body.fraOgMedDato,
323
323
tilOgMedDato = body.tilOgMedDato
324
324
)
325
+
logger.info("Henter maksimum fra API intern. Fra og med-dato: ${arenaOppslagRequestBody.fraOgMedDato}. Til og med dato: ${arenaOppslagRequestBody.tilOgMedDato}.")
325
326
val maksimumFraApiIntern = apiInternClient.hentMaksimum(callId, arenaOppslagRequestBody)
0 commit comments