diff --git a/app/controllers/cards/comments_controller.rb b/app/controllers/cards/comments_controller.rb index d353930ee..f512b6235 100644 --- a/app/controllers/cards/comments_controller.rb +++ b/app/controllers/cards/comments_controller.rb @@ -28,7 +28,7 @@ class Cards::CommentsController < ApplicationController respond_to do |format| format.turbo_stream - format.json { render :show } + format.json { head :no_content } end end