Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jvorcak committed Feb 14, 2020
1 parent 0b84935 commit af04ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

setup(
version="1.0.31",
version="1.0.32",
install_requires=["slackclient"]
)
2 changes: 1 addition & 1 deletion slack_app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def slack_interactivity(request):
if fn:
if required_linked_account:
try:
workspace, mapping = get_slack_user_and_workspace(
mapping, workspace = get_slack_user_and_workspace(
payload.get('team').get('id'),
payload.get('user').get('id'),
)
Expand Down

0 comments on commit af04ae1

Please sign in to comment.