Skip to content

Commit

Permalink
fix: Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjanecek committed Feb 23, 2021
1 parent 64b18c3 commit a227eb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object DoobieHikariModule {
for {
hikariConfig <- Resource.liftF(makeHikariConfig(config, metricsTrackerFactory))
transactor <- HikariTransactor.fromHikariConfig(hikariConfig, boundedConnectExecutionContext, blocker)
} yield transactor.copy()
} yield transactor
}

implicit private val transactionIsolationShow: Show[TransactionIsolation] = {
Expand Down

0 comments on commit a227eb2

Please sign in to comment.