mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
Remove more unused fns
This commit is contained in:
@@ -113,10 +113,6 @@
|
||||
(when (sequential? its)
|
||||
(mapv #(if (map? %) % (bean/->clj %)) its)))
|
||||
|
||||
(defn gen-id []
|
||||
(str (.toString (js/Date.now) 36)
|
||||
(.. (js/Math.random) (toString 36) (substr 2 4))))
|
||||
|
||||
(defn gen-uuid []
|
||||
(front-db/new-block-id))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user