Skip to content

Commit 2a4afd5

Browse files
committed
Lint
1 parent b6660fc commit 2a4afd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lps-client-backend/src/main/kotlin/no/nav/helsearbeidsgiver/plugins/AltinnEventRouting.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private fun Routing.mottaDialogportenEvent() {
1919
post("/dialogporten-event") {
2020
try {
2121
logger().info("Mottok Dialogporten event fra forventet IP")
22-
call.respond(HttpStatusCode.OK)
22+
call.respond(HttpStatusCode.OK)
2323
} catch (e: Exception) {
2424
logger().error("Feil ved mottak av Dialogporten event", e)
2525
call.respond(HttpStatusCode.InternalServerError, "Klarte ikke motta dialogporten event")

0 commit comments

Comments
 (0)