Skip to content

Commit

Permalink
Merge pull request #127 from gerdint/resolve-query-fn
Browse files Browse the repository at this point in the history
Properly resolve query-fn
  • Loading branch information
yogthos committed Jan 16, 2024
2 parents d617400 + 8b75b01 commit de39b86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
(defn migrate []
(migratus.core/migrate (:db.sql/migrations state/system)))

(def query-fn (:db.sql/query-fn state/system))
(def query-fn (ig/resolve-key :db.sql/query-fn (:db.sql/query-fn state/system)))
<% endif %>

(comment
Expand Down

0 comments on commit de39b86

Please sign in to comment.