Skip to content

Commit

Permalink
Merge pull request #61 from miikka/patch-2
Browse files Browse the repository at this point in the history
Make *transaction-connection* public
  • Loading branch information
camsaul authored Aug 19, 2019
2 parents b100127 + 43e0426 commit 58b90df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toucan/db.clj
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
;;; TRANSACTION & CONNECTION UTIL FNS
;;; ==================================================================================================================

(def ^:private ^:dynamic *transaction-connection*
(def ^:dynamic *transaction-connection*
"Transaction connection to the application DB. Used internally by `transaction`."
nil)

Expand Down

0 comments on commit 58b90df

Please sign in to comment.