mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
refactor(sync): rename graph-txid to graphs-txid
This commit is contained in:
@@ -185,8 +185,8 @@
|
||||
(assoc file :file/content content))) markup-files))
|
||||
(p/then (fn [result]
|
||||
(p/let [files (map #(dissoc % :file/file) result)
|
||||
graph-txid-meta (util-fs/read-graph-txid-info dir-name)
|
||||
graph-uuid (and (vector? graph-txid-meta) (second graph-txid-meta))]
|
||||
graphs-txid-meta (util-fs/read-graphs-txid-info dir-name)
|
||||
graph-uuid (and (vector? graphs-txid-meta) (second graphs-txid-meta))]
|
||||
(if-let [exists-graph (state/get-sync-graph-by-uuid graph-uuid)]
|
||||
(state/pub-event!
|
||||
[:notification/show
|
||||
|
||||
Reference in New Issue
Block a user