Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit f9fdc74

Browse files
Remove unused param
1 parent f48a888 commit f9fdc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj_infrastructure/db.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670

671671

672672
(defn run-sql-stmts-in-transaction
673-
[conn-or-spec stmt-detail-vec & set-session-stmt-vec]
673+
[conn-or-spec stmt-detail-vec]
674674

675675
"""
676676
Runs the provided set of queries with the specified options.

0 commit comments

Comments
 (0)