Skip to content

Commit

Permalink
fjern kommentert ut kode
Browse files Browse the repository at this point in the history
  • Loading branch information
anderslysne committed Jan 13, 2025
1 parent 758c8a0 commit 03cf038
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,19 +119,6 @@ class EregService(
)
}


// fun overenhet(json: JsonNode?): EregOrganisasjon? {
// if (json == null || json.isEmpty) {
// return null
// }
// return Organisasjon(
// navn = samletNavn(json),
// over = orgnummerTilOverenhet(json),
// organizationNumber = json.at("/organisasjonsnummer").asText(),
// organizationForm = json.at("/organisasjonDetaljer/enhetstyper/0/enhetstype").asText(),
// )
// }

private fun orgnummerTilOverenhet(json: JsonNode): String? =
if ("JuridiskEnhet" == json.at("/type").asText()) {
null
Expand Down

0 comments on commit 03cf038

Please sign in to comment.