use default instead of js/Object
This shuts the cljs compiler up
This commit is contained in:
parent
2cba8bc3d7
commit
c10a97e1ec
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@
|
||||||
#?@(:clj [java.util.UUID
|
#?@(:clj [java.util.UUID
|
||||||
;; issue 385: quoted UUIDs for PostgreSQL/ANSI
|
;; issue 385: quoted UUIDs for PostgreSQL/ANSI
|
||||||
(sqlize [x] (str \' x \'))])
|
(sqlize [x] (str \' x \'))])
|
||||||
#?(:clj Object :cljs js/Object)
|
#?(:clj Object :cljs default)
|
||||||
(sqlize [x] (str x)))
|
(sqlize [x] (str x)))
|
||||||
|
|
||||||
(defn- sqlize-value [x] (p/sqlize x))
|
(defn- sqlize-value [x] (p/sqlize x))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue