Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Sep 18, 2019
1 parent d68dfb6 commit c693ad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interactions/leaderAdd.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const interactionLeaderAdd = (bot, message) => {
const taggedUserID = message.text.match(/\<@(.*)\|/)[1]
getInfoForUser(taggedUserID)
.then(taggedUser => {
console.log('found tagged user')
// if user doesn't exist
if (!taggedUser.leader) {
const profile = taggedUser.slackUser.profile
Expand Down

0 comments on commit c693ad7

Please sign in to comment.