diff --git a/app/controllers/repository_row_connections_controller.rb b/app/controllers/repository_row_connections_controller.rb index f593c000b..0ec47d8e5 100644 --- a/app/controllers/repository_row_connections_controller.rb +++ b/app/controllers/repository_row_connections_controller.rb @@ -78,9 +78,9 @@ class RepositoryRowConnectionsController < ApplicationController connection.destroy! head :no_content - rescue StandardError - head :unprocessable_entity end + rescue StandardError + head :unprocessable_entity end def repositories