From d3e643053ddf660a8820224b99ce13ff284d176c Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 19 Apr 2019 22:49:24 -0700 Subject: [PATCH] Tell Joker (linter) about with-transaction --- .joker | 1 + 1 file changed, 1 insertion(+) create mode 100644 .joker diff --git a/.joker b/.joker new file mode 100644 index 0000000..281d21e --- /dev/null +++ b/.joker @@ -0,0 +1 @@ +{:known-macros [next.jdbc/with-transaction]}