Skip to content
Snippets Groups Projects
Commit d1f340d7 authored by Cam Saül's avatar Cam Saül
Browse files

fix typo

parent 30802d5f
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
(-> database
database->connection-details
connection-details->connection-spec
(assoc :make-pool? true)))) ; need to make a pool or the connection will be closed before we get a change to unCLOB-er the results during JSON serialization
(assoc :make-pool? true)))) ; need to make a pool or the connection will be closed before we get a chance to unCLOB-er the results during JSON serialization
(def ^{:arglists '([database])}
db->korma-db
......
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