Skip to content
Snippets Groups Projects
Commit 9db2c00f authored by Cam Saul's avatar Cam Saul
Browse files

fix typo

parent ee059091
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@
{(keyword k) v})))
(reduce conj {}))]
(cond-> details
(string? port) (update-in :port (Integer/parseInt port)))))
(string? port) (assoc :port (Integer/parseInt port)))))
(defn- database->connection-details [{:keys [details]}]
(let [{:keys [host port] :as details} (if (is-legacy-conn-details? details) (parse-legacy-conn-str (:conn_str details))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment