Skip to content

Commit

Permalink
Bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin-marginean committed May 12, 2024
1 parent eb1e912 commit 7bc9e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
invirtVersion = 0.9.0
invirtVersion = 0.9.1
kotlinVersion = 1.9.23
http4kVersion = 5.17.0.0
mockkVersion = 1.13.9
Expand Down
2 changes: 1 addition & 1 deletion invirt-mongodb/src/main/kotlin/invirt/mongodb/Mongo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import java.net.URI

private val log = KotlinLogging.logger {}

class Mongo(private val connectionString: String) {
class Mongo(val connectionString: String) {

val databaseName: String = URI(connectionString).path.replace("^/".toRegex(), "")

Expand Down

0 comments on commit 7bc9e95

Please sign in to comment.