diff --git a/app/controllers/api/v1/github_webhook_controller.rb b/app/controllers/api/v1/github_webhook_controller.rb index d137b90..82b174b 100644 --- a/app/controllers/api/v1/github_webhook_controller.rb +++ b/app/controllers/api/v1/github_webhook_controller.rb @@ -6,6 +6,7 @@ class GithubWebhookController < Api::V1::ApiController skip_before_action :authenticate_user! def filter + puts 'this pr is only for test purposes' slack_notification_service = SlackNotificationService.new(params) slack_notification_service.send_notification end