Merge pull request #216 from jacobemcken/cleanup/remove_warning

Prevent "random-uuid already refers to" warning
This commit is contained in:
Michael Klishin 2022-09-03 14:10:18 +04:00 committed by GitHub
commit 94cf59a53e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@
;; ----------------------------------------------------------------------------------
(ns ^{:doc "Provides various utility functions, primarily for working with document ids."} monger.util
(:refer-clojure :exclude [random-uuid])
(:import java.security.SecureRandom
java.math.BigInteger
org.bson.types.ObjectId