lint :all-the-things:

This commit is contained in:
Gabriel Horner
2022-01-13 16:32:12 -05:00
committed by Tienson Qin
parent 2401ce9e9a
commit 3ec587d6eb
45 changed files with 338 additions and 415 deletions

View File

@@ -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