Browse Source

fix: remove unused/invalid attr for file graph var

caught by linter
Gabriel Horner 5 months ago
parent
commit
74689edb0e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/frontend/db/file_based/model.cljs

+ 0 - 1
src/main/frontend/db/file_based/model.cljs

@@ -38,7 +38,6 @@
     ;; TODO: remove this in later releases
     :block/heading-level
     :block/file
-    :logseq.property/parent
     {:block/page [:db/id :block/name :block/title :block/uuid :block/journal-day :block/type]}
     {:block/_parent ...}])