rcmerci 3 ani în urmă
părinte
comite
199ab8ef15

+ 1 - 1
src/main/frontend/components/encryption.cljs

@@ -53,7 +53,7 @@
 (rum/defcs input-password-inner <
   (rum/local "" ::password)
   (rum/local "" ::password-confirm)
-  [state repo-url close-fn {:keys [type GraphName GraphUUID repo]}]
+  [state repo-url close-fn {:keys [type GraphName GraphUUID]}]
   (let [password (get state ::password)
         password-confirm (get state ::password-confirm)
         local-pw?  (= type :local)

+ 0 - 3
src/main/frontend/fs/sync.cljs

@@ -1116,9 +1116,6 @@
 (def stop-sync-chan (chan 1))
 (def remote->local-sync-chan (chan 1))
 (def remote->local-full-sync-chan (chan 1))
-(def local->remote-sync-chan
-  "not used"
-  (chan))
 
 (defn sync-state
   "create a new sync-state"

+ 0 - 1
src/main/frontend/handler/file_sync.cljs

@@ -5,7 +5,6 @@
             [cljs.core.async :as async :refer [go <!]]
             [cljs.core.async.interop :refer [p->c]]
             [clojure.string :as string]
-            [clojure.set :as set]
             [frontend.config :as config]
             [frontend.db :as db]
             [frontend.fs.sync :as sync]