Skip to content

Commit

Permalink
fix: send notifs to slack
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jul 16, 2018
1 parent 51fcf0e commit df78bc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Expand Up @@ -48,8 +48,6 @@ const initTeamSlack = async (context, config) => {
},
postMessage: (githubLogin, text) => {
const user = getUserFromGithubLogin(githubLogin);
console.log(text, githubLogin);
return;
if (!user || !user.im) return;
return slackClient.chat.postMessage({
channel: user.im.id,
Expand Down

0 comments on commit df78bc3

Please sign in to comment.