Skip to content

Commit aa7ea1b

Browse files
committed
remove nil log entry
1 parent b9a1936 commit aa7ea1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/fluree/db/connection.cljc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,7 @@
432432
(recur r))
433433
(do (release-ledger conn alias)
434434
(let [ex (ex-info (str "Load for " alias " failed due to failed address lookup.")
435-
{:status 404 :error :db/unknown-address}
436-
addr)]
435+
{:status 404, :error :db/unknown-address})]
437436
(async/put! ledger-chan ex)
438437
(throw ex)))))))))
439438

0 commit comments

Comments
 (0)