diff --git a/src/toucan/db.clj b/src/toucan/db.clj index ad9a3ba..c129c1a 100644 --- a/src/toucan/db.clj +++ b/src/toucan/db.clj @@ -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)