Improve new job count bubble

This commit is contained in:
eikek
2021-11-13 18:59:29 +01:00
parent 14d8070785
commit fcb25637d3
2 changed files with 6 additions and 6 deletions

View File

@ -30,7 +30,7 @@ case class JdbcConfig(url: LenientUri, user: String, password: String) {
}
override def toString: String =
s"JdbcConfig($url, $user, ***)"
s"JdbcConfig(${url.asString}, $user, ***)"
}
object JdbcConfig {