From e763411e5cfca571402c01213afe5ea055d5d09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Erik=20=C3=95unapuu?= Date: Mon, 21 Dec 2020 14:43:30 +0200 Subject: [PATCH] Fix CC issues --- app/controllers/registrar/bulk_change_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/registrar/bulk_change_controller.rb b/app/controllers/registrar/bulk_change_controller.rb index f4f6707a5..801ab0516 100644 --- a/app/controllers/registrar/bulk_change_controller.rb +++ b/app/controllers/registrar/bulk_change_controller.rb @@ -14,7 +14,7 @@ class Registrar if ready_to_renew? res = ReppApi.bulk_renew(domain_ids_for_bulk_renew, params[:period], - current_registrar_user) + current_registrar_user) flash_message(JSON.parse(res)) else