Skip to content

Commit

Permalink
Make *transaction-connection* public
Browse files Browse the repository at this point in the history
Fixes #42
  • Loading branch information
miikka authored Aug 15, 2019
1 parent b100127 commit 43e0426
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 43e0426

Please sign in to comment.