Skip to content
Snippets Groups Projects
Commit aa1620f4 authored by Cam Saül's avatar Cam Saül
Browse files

Fix setting Slack token :scream_cat:

parent c1aac5f5
Branches
Tags
No related merge requests found
......@@ -16,6 +16,7 @@
;; just check that channels.list doesn't throw an exception (that the connection works)
(when-not config/is-test?
(slack/GET :channels.list, :exclude_archived 1, :token slack-token))
(slack/slack-token slack-token)
{:ok true}
(catch clojure.lang.ExceptionInfo info
{:status 400, :body (ex-data info)})))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment