Skip to content

Commit

Permalink
CID-1751: Change after merge with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqamaral committed Aug 28, 2023
1 parent 4b09277 commit 1d855db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ class InitialStateRunner(
runCatching {
webhookService.registerWebhook()
}.onSuccess {
logger.info("webhook registered successfully")
logger.info { "webhook registered successfully" }
}.onFailure {
logger.info("webhook registration failed", it)
logger.error(it) { "webhook registration failed" }
}
}
}

0 comments on commit 1d855db

Please sign in to comment.