starting work on cash flow.

This commit is contained in:
Bryce Covert
2020-06-15 08:19:43 -07:00
parent bd17cd3caa
commit ef843ac9a2
11 changed files with 136 additions and 20 deletions

View File

@@ -159,7 +159,6 @@
:graphql
(fn [{:keys [query on-success on-error token variables query-obj]}]
(go
(println on-error)
(let [headers (if token
{"Authorization" (str "Token " token)}
{})