Bug fix
This commit is contained in:
@@ -275,7 +275,7 @@
|
||||
(map
|
||||
(fn [account]
|
||||
(if (types (best-category account))
|
||||
(update account :amount -)
|
||||
(update account :amount #(- (or % 0.0)))
|
||||
account))
|
||||
accounts))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user