diff --git a/ServiceHost/Areas/Admin/Controllers/SmsReportController.cs b/ServiceHost/Areas/Admin/Controllers/SmsReportController.cs index 935b3f04..80122800 100644 --- a/ServiceHost/Areas/Admin/Controllers/SmsReportController.cs +++ b/ServiceHost/Areas/Admin/Controllers/SmsReportController.cs @@ -246,7 +246,7 @@ public class SmsReportController : AdminBaseController /// /// [HttpPost("InstantReminderSmsSend")] - public async Task> InstantReminderSmsSend([FromBody ]List phoneNumbers) + public async Task> InstantReminderSmsSend([FromBody] List phoneNumbers) { var result = await _smsSettingApplication.InstantSmsSendApi(TypeOfSmsSetting.InstitutionContractDebtReminder, phoneNumbers); return result;