Skip to content

Commit

Permalink
fix: db/entid not found in nbb
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmerci committed Dec 28, 2024
1 parent 70777ea commit a82d4ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/db/src/logseq/db/frontend/entity_util.cljs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(ns logseq.db.frontend.entity-util
"Lower level entity util fns used across db namespaces"
(:require [clojure.string :as string]
[datascript.db]
[datascript.impl.entity :as de])
(:refer-clojure :exclude [object?]))

Expand Down

0 comments on commit a82d4ba

Please sign in to comment.