We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7b887 commit b7e5dbdCopy full SHA for b7e5dbd
2 files changed
src/bits/ledger.clj
@@ -1,6 +1,5 @@
1
(ns bits.ledger
2
(:require
3
- [clojure.spec.alpha :as s]
4
[datomic.api :as d]
5
[java-time.api :as time]))
6
src/bits/postgres.clj
@@ -438,7 +438,7 @@
438
otel (GlobalOpenTelemetry/get)
439
ds (.wrap (JdbcTelemetry/create otel) pool)]
440
(span/with-span! {:name ::verify-connection}
441
- (with-open [conn (get-connection ds)]
+ (with-open [_conn (get-connection ds)]
442
(log/trace :msg "Connection established! Closing."
443
:datasource ds)))
444
(assoc this :datasource ds :pool pool))))
0 commit comments