you can exclude from the ledger.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
(keyword (snake->kebab (name x)))))
|
||||
|
||||
(defn kebab->snake [s]
|
||||
(str/replace s #"-" "_"))
|
||||
(str/replace (str/replace s #"-" "_") #"\?$" "" ))
|
||||
|
||||
(defn snake [x]
|
||||
(keyword (kebab->snake (name x))))
|
||||
|
||||
Reference in New Issue
Block a user