Skip to content

Commit 77d68f0

Browse files
committed
During reinstall the token may change if the bot was forcefully removed on the customer side.
1 parent 4713a64 commit 77d68f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

slack-api-explorer/api/endpoints/teams_endpoint.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class TeamsEndpoint < Grape::API
5353

5454
if team
5555
team.update_attributes!(
56+
token: token,
5657
activated_user_id: user_id,
5758
activated_user_access_token: access_token,
5859
bot_user_id: bot_user_id

0 commit comments

Comments
 (0)