Skip to content

Commit

Permalink
Cleanup more
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlindsey committed Dec 9, 2024
1 parent 337ca8f commit 2b8713e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/messages_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def create
redirect_to conversation_messages_path(@message.conversation, version: @message.version), status: :see_other
else
# what's the right flow for a failed message create? it's not this, but hacking it so tests pass until we have a plan
set_nav_conversations
set_nav_assistants
@new_message = @assistant.messages.new

Expand Down

0 comments on commit 2b8713e

Please sign in to comment.