Skip to content

Commit

Permalink
Update MappingToConsoleAppExtensions.kt
Browse files Browse the repository at this point in the history
Remove default values as they are set in the constructor
  • Loading branch information
jonolehagemo committed Jul 2, 2024
1 parent 588dac7 commit 0f6b5ad
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ fun KostraFormVm.toKostraArguments(
navn = navn ?: NAME_FALLBACK_VALUE,
orgnr = unitOrgnr(),
foretaknr = orgnrForetak(),
harVedlegg = false,
isRunAsExternalProcess = false,
inputFileContent = inputStream.bufferedReader().use(BufferedReader::readText)
)

Expand Down

0 comments on commit 0f6b5ad

Please sign in to comment.