Fix bug with send-hints and adjust spacing.
This commit is contained in:
parent
698a176c4a
commit
1ce529e5bd
|
@ -41,7 +41,7 @@
|
||||||
hsql-hint (hint :views/honeysql (query-tables action-map))]
|
hsql-hint (hint :views/honeysql (query-tables action-map))]
|
||||||
(if-let [hints (:hints db)]
|
(if-let [hints (:hints db)]
|
||||||
(swap! hints conj hsql-hint)
|
(swap! hints conj hsql-hint)
|
||||||
(send-hints! [hsql-hint]))
|
(@send-hints! [hsql-hint]))
|
||||||
results))
|
results))
|
||||||
|
|
||||||
(defn set-hint-transport-fn!
|
(defn set-hint-transport-fn!
|
||||||
|
|
Loading…
Reference in a new issue