yodlee merchant or description

This commit is contained in:
Bryce Covert
2019-05-16 16:37:45 -07:00
parent 9ff0230cc3
commit 21f7ac32b9
5 changed files with 45 additions and 13 deletions

View File

@@ -50,7 +50,7 @@
true
(merge-query {:query {:find ['?e]
:where ['[?e :transaction-rule/description]]}}))]
:where ['[?e :transaction-rule/transaction-approval-status]]}}))]
(cond->> query
@@ -82,5 +82,5 @@
(mapv first
(d/query {:query {:find [(list 'pull '?e default-read )]
:in ['$]
:where ['[?e :transaction-rule/description]]}
:where ['[?e :transaction-rule/transaction-approval-status]]}
:args [(d/db (d/connect uri))]})))