mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix(apis): types & incorrect property key for plugin caller
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
(defn resolve-property-prefix-for-db
|
||||
[^js plugin]
|
||||
(when (some-> js/window.LSPlugin (.-PluginLocal))
|
||||
(or (some-> plugin (.-id) (sanitize-user-property-name) (str "."))
|
||||
(or (some->> plugin (.-id) (sanitize-user-property-name) (str "."))
|
||||
"._api")))
|
||||
|
||||
;; FIXME: This ns should not be creating idents. This allows for ident conflicts
|
||||
|
||||
Reference in New Issue
Block a user