From 8d28c25a7b261181a48b8176ca65aeee71ac72f3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 3 Nov 2025 15:06:41 +0100 Subject: [PATCH] Unnecessary --- app/controllers/webhooks_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/webhooks_controller.rb b/app/controllers/webhooks_controller.rb index b7597cfd9..c9773cc03 100644 --- a/app/controllers/webhooks_controller.rb +++ b/app/controllers/webhooks_controller.rb @@ -29,7 +29,7 @@ class WebhooksController < ApplicationController def destroy @webhook.destroy! - redirect_to collection_webhooks_path, status: :see_other + redirect_to collection_webhooks_path end private