Should fix most of the authentication issues
This commit is contained in:
@@ -53,7 +53,8 @@
|
||||
|
||||
(defn get-transaction-page [context args _]
|
||||
(let [args (assoc (:filters args)
|
||||
:clients (:clients context))
|
||||
:clients (:clients context)
|
||||
:id (:id context))
|
||||
_ (assert-filtered-enough args)
|
||||
[transactions transactions-count] (d-transactions/get-graphql (update (<-graphql args) :approval-status enum->keyword "transaction-approval-status"))
|
||||
transactions (map ->graphql (map approval-status->graphql transactions))]
|
||||
|
||||
Reference in New Issue
Block a user