Skip to content

Commit

Permalink
Merge pull request #140 from whamtet/master
Browse files Browse the repository at this point in the history
Bugfix on Conman
  • Loading branch information
yogthos committed May 7, 2024
2 parents 723a0f2 + 814c0e1 commit 5d53ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/kit-sql-conman/src/kit/edge/db/sql/conman.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
(conman/query queries query params))
([conn query params & opts]
(apply conman/query conn queries query params opts)))
{:mtimes (map ig-utils/last-modified filenames)})))
{:mtimes (doall (map ig-utils/last-modified filenames))})))

(defmethod ig/suspend-key! :db.sql/query-fn [_ _])

Expand Down

0 comments on commit 5d53ae4

Please sign in to comment.