fix: Slack integration redirect url missing the client ID (#2309)

Fixes: #2304
This commit is contained in:
Sojan Jose
2021-05-21 00:03:09 +05:30
committed by GitHub
parent 2a492b4162
commit bb1c028926
2 changed files with 16 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ json.call(resource.params, *resource.params.keys)
json.name resource.name
json.description resource.description
json.enabled resource.enabled?(@current_account)
json.action resource.action
json.button resource.action
json.hooks do
json.array! @current_account.hooks.where(app_id: resource.id) do |hook|