fix: Slack integration redirect url missing the client ID (#2309)
Fixes: #2304
This commit is contained in:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user