fixes broken query
This commit is contained in:
@@ -81,3 +81,8 @@
|
||||
|
||||
:cljs (do (println "Heartbeat for " id)
|
||||
(f)))))
|
||||
|
||||
(defn or-0 [x]
|
||||
(if (nil? x)
|
||||
0.0
|
||||
x))
|
||||
Reference in New Issue
Block a user