Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Commit

Permalink
Fix arg problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
belucid committed Apr 10, 2019
1 parent 17fb139 commit 916ad74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject open-company/lib "0.17.3-alpha7.1"
(defproject open-company/lib "0.17.3-alpha7.2"
:description "OpenCompany Common Library"
:url "https://github.com/open-company/open-company-lib"
:license {
Expand Down
2 changes: 1 addition & 1 deletion src/oc/lib/slack.clj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
:params params}))
response-body))
(catch com.fasterxml.jackson.core.JsonParseException e
(report-slack-error response-body e)))))))
(report-slack-error body e)))))))

(defn get-team-info [token]
(:team (slack-api :team.info {:token token})))
Expand Down

0 comments on commit 916ad74

Please sign in to comment.