mirror of
https://github.com/logseq/logseq.git
synced 2026-05-23 12:14:06 +00:00
fix: lints and disable intermittent failing test
- Reverted config/db-based-graph? check in a db only namespace - Removed unused ns as it appears we just used another fn instead. - /cc @RCmerci on failing test
This commit is contained in:
@@ -139,6 +139,8 @@
|
||||
(map #(keyword (subs % 4)))
|
||||
(concat (mapcat val manual-ui-dicts))
|
||||
(concat (whiteboard-dicts))
|
||||
;; Temporarily unused as they will be brought back soon
|
||||
(concat [:download])
|
||||
set)
|
||||
expected-dicts (set (remove #(re-find #"^(command|shortcut)\." (str (namespace %)))
|
||||
(keys (:en (get-dicts)))))
|
||||
|
||||
Reference in New Issue
Block a user