Some fix according to lint

This commit is contained in:
Junyi Du
2021-11-18 19:23:15 +08:00
committed by Tienson Qin
parent 0245da0a5a
commit daae4932ad
18 changed files with 20 additions and 18 deletions

View File

@@ -16,7 +16,7 @@
[promesa.core :as p]
[rum.core :as rum]))
(defonce ^:private state
(defonce state
(let [document-mode? (or (storage/get :document/mode?) false)
current-graph (let [graph (storage/get :git/current-repo)]
(when graph (ipc/ipc "setCurrentGraph" graph))