diff --git a/src/main/frontend/fs/sync.cljs b/src/main/frontend/fs/sync.cljs index ca057c0d0..34a02d6bd 100644 --- a/src/main/frontend/fs/sync.cljs +++ b/src/main/frontend/fs/sync.cljs @@ -536,7 +536,7 @@ "logseq/metadata.edn"}) ;; TODO: use fn some to filter FileMetadata here, it cause too much loop -(defn- diff-file-metadata-sets +(defn diff-file-metadata-sets "Find the `FileMetadata`s that exists in s1 and does not exist in s2, compare by path+checksum+last-modified, if s1.path = s2.path & s1.checksum <> s2.checksum & s1.last-modified > s2.last-modified