mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 08:11:42 +00:00
fix: los scopes en las rutas son raros
This commit is contained in:
parent
b0e07d5d02
commit
1022d57fd3
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class DeploySocialDistributedPress < Deploy
|
|||
webhook_class = DistributedPress::V1::Social::Schemas::Webhook
|
||||
|
||||
hook_client.class::EVENTS.each do |event|
|
||||
event_url = :"v1_site_webhooks_social_inbox_#{event}_url"
|
||||
event_url = :"v1_site_webhooks_#{event}_url"
|
||||
|
||||
webhook =
|
||||
webhook_class.new.call({
|
||||
|
|
Loading…
Reference in a new issue