Merge pull request #144 from caligin/master
fix: missing overload in :arglists, was causing eastwood to complain about correct calls
This commit is contained in:
commit
5b5425c402
1 changed files with 4 additions and 3 deletions
|
|
@ -71,6 +71,7 @@
|
||||||
:port (27017 by default)"
|
:port (27017 by default)"
|
||||||
{:arglists '([]
|
{:arglists '([]
|
||||||
[server-address options]
|
[server-address options]
|
||||||
|
[server-address options credentials]
|
||||||
[[server-address & more] options]
|
[[server-address & more] options]
|
||||||
[{:keys [host port uri] :or { host *mongodb-host* port *mongodb-port*}}])}
|
[{:keys [host port uri] :or { host *mongodb-host* port *mongodb-port*}}])}
|
||||||
([]
|
([]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue