This commit is contained in:
2024-10-20 20:54:42 -07:00
parent e3ac67114c
commit b31bffd5e8

View File

@@ -275,7 +275,7 @@
(map
(fn [account]
(if (types (best-category account))
(update account :amount -)
(update account :amount #(- (or % 0.0)))
account))
accounts))))