Browse Source

Remove assert

Tienson Qin 2 years ago
parent
commit
a550090249
1 changed files with 0 additions and 1 deletions
  1. 0 1
      deps/db/src/logseq/db.cljs

+ 0 - 1
deps/db/src/logseq/db.cljs

@@ -56,7 +56,6 @@
 
 (defn get-deferred-response
   [request-id]
-  (assert request-id "request-id shouldn't be empty")
   (get @*request-id->response request-id))
 
 (defn transact!