Skip to content

Commit af04ae1

Browse files
committed
Bugfix
1 parent 0b84935 commit af04ae1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

33
setup(
4-
version="1.0.31",
4+
version="1.0.32",
55
install_requires=["slackclient"]
66
)

slack_app/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def slack_interactivity(request):
6969
if fn:
7070
if required_linked_account:
7171
try:
72-
workspace, mapping = get_slack_user_and_workspace(
72+
mapping, workspace = get_slack_user_and_workspace(
7373
payload.get('team').get('id'),
7474
payload.get('user').get('id'),
7575
)

0 commit comments

Comments
 (0)