yodlee merchant or description
This commit is contained in:
@@ -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))]})))
|
||||
|
||||
Reference in New Issue
Block a user