Skip to content

Commit

Permalink
E - Endrer url for etterlatte til : http://etterlatte-api.etterlatte
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Sep 13, 2024
1 parent 40a7c8b commit 320b276
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,9 @@ class JournalforingService(
return null
}

sakIdFraSed?.let { sakId -> logger.info("Resulat fra gjenny for sakIdFraSed: " + etterlatteService.hentGjennySak(sakId)) }
//sakIdFraSed?.let { sakId -> logger.info("Resulat fra gjenny for sakIdFraSed: " + etterlatteService.hentGjennySak(sakId)) }
logger.info("Resulat fra gjenny for sakIdFraSed: " + etterlatteService.hentGjennySak("1234"))


// 1. Er dette en Gjenny sak
if (gcpStorageService.gjennyFinnes(euxCaseId)) {
Expand Down

0 comments on commit 320b276

Please sign in to comment.