summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/controllers/api/addresses_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/api/addresses_controller.rb b/app/controllers/api/addresses_controller.rb
index 110596c..e233fcc 100644
--- a/app/controllers/api/addresses_controller.rb
+++ b/app/controllers/api/addresses_controller.rb
@@ -41,7 +41,6 @@ module Api
end
rescue ActiveRecord::RecordNotUnique
render json: { error_message: 'Ya cuenta con esta dirección' }, status: :unprocessable_entity
- return
end
end