at least fixing one of the duplication issues.
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
(defn manual-import [manual-transactions company-id]
|
(defn manual-import [manual-transactions company-id]
|
||||||
(let [transformed-transactions (->> manual-transactions
|
(let [transformed-transactions (->> manual-transactions
|
||||||
(filter #(= "posted" (:status %)))
|
(filter #(= "posted" (:status %)))
|
||||||
(group-by #(select-keys % [:date :original-description :amount]))
|
(group-by #(select-keys % [:date :description-original :amount]))
|
||||||
|
|
||||||
(vals)
|
(vals)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user