We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09eda85 commit 10c9011Copy full SHA for 10c9011
project/slacksync/utils.py
@@ -25,7 +25,7 @@ def quick_invite(email):
25
return False
26
slack = get_client()
27
try:
28
- resp = slack.users.admin.invite(member.email)
+ resp = slack.users.admin.invite(email)
29
if 'ok' not in resp.body or not resp.body['ok']:
30
self.logger.error("Could not invite {}, response: {}".format(email, response.body))
31
0 commit comments