Skip to content

Commit a227eb2

Browse files
committed
fix: Remove typo
1 parent 64b18c3 commit a227eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doobie-hikari/src/main/scala/com/avast/sst/doobie/DoobieHikariModule.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object DoobieHikariModule {
2727
for {
2828
hikariConfig <- Resource.liftF(makeHikariConfig(config, metricsTrackerFactory))
2929
transactor <- HikariTransactor.fromHikariConfig(hikariConfig, boundedConnectExecutionContext, blocker)
30-
} yield transactor.copy()
30+
} yield transactor
3131
}
3232

3333
implicit private val transactionIsolationShow: Show[TransactionIsolation] = {

0 commit comments

Comments
 (0)