Skip to content

Commit

Permalink
Fix typo sending the response status to the component
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Nov 21, 2023
1 parent 5f85b29 commit 79ca4c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions admin/app/controllers/solidus_admin/addresses_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ def update
user: @order.user,
address: @order.send("#{address_type}_address"),
type: address_type,
status: :unprocessable_entity,
)
), status: :unprocessable_entity
end
end
end
Expand Down

0 comments on commit 79ca4c5

Please sign in to comment.