diff --git a/src/clj/auto_ap/yodlee/import.clj b/src/clj/auto_ap/yodlee/import.clj index 0350ab53..b36ed7d6 100644 --- a/src/clj/auto_ap/yodlee/import.clj +++ b/src/clj/auto_ap/yodlee/import.clj @@ -93,7 +93,7 @@ (defn manual-import [manual-transactions company-id] (let [transformed-transactions (->> manual-transactions (filter #(= "posted" (:status %))) - (group-by #(select-keys % [:date :original-description :amount])) + (group-by #(select-keys % [:date :description-original :amount])) (vals)