-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/gjenny sakid #336
Feature/gjenny sakid #336
Conversation
): SaksInfoSamlet { | ||
val saksIdFraSed = fagmodulService.hentSakIdFraSED(alleSedIBucList, currentSed) | ||
val saksIdFraSed = fagmodulService.hentSakIdFraSED(alleSedIBucList, currentSed,) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
flott komma, men usikker på om det er nødvendig??
@@ -14,7 +14,7 @@ class FagmodulService(private val fagmodulKlient: FagmodulKlient) { | |||
private val secureLog = LoggerFactory.getLogger("secureLog") | |||
|
|||
fun hentPensjonSakFraPesys(aktoerId: String, alleSedIBuc: List<SED>, currentSed: SED?): SakInformasjon? { | |||
return hentSakIdFraSED(alleSedIBuc, currentSed)?.let { sakId -> | |||
return hentSakIdFraSED(alleSedIBuc, currentSed,)?.let { sakId -> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
komma igjen? kult
… Sed, dersom den er null
|
No description provided.