瀏覽代碼

:fs-case-sensitive? -> :fsCaseSensitive

rcmerci 2 年之前
父節點
當前提交
e892c97fb1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/frontend/fs/sync.cljs

+ 2 - 2
src/main/frontend/fs/sync.cljs

@@ -878,7 +878,7 @@
       (go
         (<! (<rsapi-cancel-all-requests))
         (let [token (<! (<get-token this))
-              metadata {:fs-case-sensitive? (<! (<case-sensitive-fs? this graph-uuid base-path))
+              metadata {:fsCaseSensitive (<! (<case-sensitive-fs? this graph-uuid base-path))
                         :version version
                         :revision config/revison
                         :platform (platform)}]
@@ -983,7 +983,7 @@
     (let [normalized-filepaths (mapv path-normalize filepaths)]
       (go
         (let [token (<! (<get-token this))
-              metadata {:fs-case-sensitive? (<! (<case-sensitive-fs? this graph-uuid base-path))
+              metadata {:fsCaseSensitive (<! (<case-sensitive-fs? this graph-uuid base-path))
                         :version version
                         :revision config/revison
                         :platform (platform)}