:exclude random-uuid

Should prevent this message when compiling:

> WARNING: random-uuid already refers to: #'clojure.core/random-uuid in namespace: monger.util, being replaced by: #'monger.util/random-uuid
This commit is contained in:
Juarez Sampaio 2023-01-19 11:23:34 -03:00 committed by GitHub
parent 74a13a3489
commit 92ea59ff3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,8 @@
org.bson.types.ObjectId
com.mongodb.DBObject
clojure.lang.IPersistentMap
java.util.Map))
java.util.Map)
(:refer-clojure :exclude [random-uuid]))
;;
;; API