Skip to content
Snippets Groups Projects
Commit b357e310 authored by Cam Saul's avatar Cam Saul
Browse files

test fix

parent efe8beaa
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@
(catch ApiException e
(if-not (= (.getStatusCode e) 401) (throw e)
;; If we got a 401 unauthenticated clear the tokens cache + recur
(do (reset! user-credentials-tokens {})
(do (reset! tokens {})
(apply call-client args))))))))
(defn user->org-perm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment