mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
lint :all-the-things:
This commit is contained in:
committed by
Tienson Qin
parent
2401ce9e9a
commit
3ec587d6eb
@@ -140,7 +140,7 @@
|
||||
config)))
|
||||
|
||||
(defn read-metadata!
|
||||
[repo-url content]
|
||||
[content]
|
||||
(try
|
||||
(reader/read-string content)
|
||||
(catch js/Error e
|
||||
@@ -213,7 +213,7 @@
|
||||
|
||||
(defn fix-pages-timestamps
|
||||
[pages]
|
||||
(map (fn [{:block/keys [name created-at updated-at journal-day] :as p}]
|
||||
(map (fn [{:block/keys [created-at updated-at journal-day] :as p}]
|
||||
(cond->
|
||||
p
|
||||
|
||||
|
||||
Reference in New Issue
Block a user