Skip to content

Commit

Permalink
feat(tc): make priv dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Perret committed Jan 25, 2021
1 parent 48da128 commit c123b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vp.FSharp.Sql.PostgreSql/PostgreSqlTransaction.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open Vp.FSharp.Sql
open Vp.FSharp.Sql.PostgreSql


let beginTransactionAsync = Constants.Deps.BeginTransactionAsync
let private beginTransactionAsync = Constants.Deps.BeginTransactionAsync

let commit cancellationToken isolationLevel connection body =
Transaction.commit cancellationToken isolationLevel connection beginTransactionAsync body
Expand Down

0 comments on commit c123b7d

Please sign in to comment.