Browse Source

fix: deps tests failing to run due to missing var

Gabriel Horner 9 months ago
parent
commit
b44d644aba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deps/common/src/logseq/common/defkeywords.cljc

+ 1 - 1
deps/common/src/logseq/common/defkeywords.cljc

@@ -2,7 +2,7 @@
   "Macro 'defkeywords' to def keyword with docstring"
   #?(:cljs (:require-macros [logseq.common.defkeywords])))
 
-#?(:clj (def ^:private *defined-kws (volatile! {})))
+(def ^:private *defined-kws (volatile! {}))
 
 #_:clj-kondo/ignore
 (defmacro defkeyword