Don't use :use
This commit is contained in:
parent
b8d5b27054
commit
496435c350
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
(:refer-clojure :exclude [find sort])
|
||||
(:require [ragtime.core :as ragtime]
|
||||
[monger.core :as mg]
|
||||
[monger.collection :as mc])
|
||||
(:use [monger.query :only [with-collection find sort]])
|
||||
[monger.collection :as mc]
|
||||
[monger.query :refer [with-collection find sort]])
|
||||
(:import java.util.Date
|
||||
[com.mongodb DB WriteConcern]))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue