Correct type hint
This commit is contained in:
parent
a3d581725c
commit
6f25f1bc45
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
(vec (map #(from-db-object % keywordize) input)))
|
||||
|
||||
com.mongodb.DBRef
|
||||
(from-db-object [^com.novemberain.monger.DBRef input keywordize]
|
||||
(from-db-object [^com.mongodb.DBRef input keywordize]
|
||||
(com.novemberain.monger.DBRef. input))
|
||||
|
||||
DBObject
|
||||
|
|
|
|||
Loading…
Reference in a new issue