Skip to content

Commit

Permalink
Refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
MalazAlkoj committed Jun 26, 2024
1 parent 0f5666c commit 23ec8ba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class VirksomhetController(
),
)
} catch (e: IllegalArgumentException) {
//handleE
LOG.warn("${e.message}, Invalid virksomhetsnummer: $virksomhetsnummer")
ResponseEntity.status(HttpStatus.BAD_REQUEST).build()
} catch (e: Exception) {
Expand Down

0 comments on commit 23ec8ba

Please sign in to comment.