Skip to content

Commit

Permalink
Fix counter
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitenok committed Dec 18, 2024
1 parent b637471 commit 47c2106
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class SendForcedAktivitetspliktLetterJob(private val db: DatabaseInterface, priv
distribusjonsType = DistibusjonsType.VIKTIG,
journalpostId = pUtsendtVarsel.journalpostId
)
sentForcedLettersAmount++
}
sentForcedLettersAmount++
}
log.info("[FORCED PHYSICAL PRINT]: SendForcedAktivitetspliktLetterJob sent ${sentForcedLettersAmount} forced letters")
return sentForcedLettersAmount
Expand Down

0 comments on commit 47c2106

Please sign in to comment.