mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
fix: publishing not working at all
This commit is contained in:
@@ -820,11 +820,9 @@
|
||||
|
||||
(defn get-current-project
|
||||
[]
|
||||
(when-let [repo (get-current-repo)]
|
||||
(let [projects (:projects (get-me))
|
||||
project (:name (first (filter (fn [p] (= (:repo p) repo)) projects)))]
|
||||
(when-not (string/blank? project)
|
||||
project))))
|
||||
(when-let [project (get-in (get-config) [:project :name])]
|
||||
(when-not (string/blank? project)
|
||||
project)))
|
||||
|
||||
(defn update-current-project
|
||||
[& kv]
|
||||
|
||||
Reference in New Issue
Block a user