Fix user (name) property
This commit is contained in:
parent
579558f5be
commit
6e1dba1bce
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
||||||
(getConnection [_ username password]
|
(getConnection [_ username password]
|
||||||
(get-driver-connection url
|
(get-driver-connection url
|
||||||
(assoc etc
|
(assoc etc
|
||||||
:username username
|
:user username
|
||||||
:password password)))))
|
:password password)))))
|
||||||
|
|
||||||
(defn- make-connection
|
(defn- make-connection
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue