Skip to content

Commit

Permalink
Applied review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Edwards-cgi committed Aug 28, 2024
1 parent d49b99f commit 389df56
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,8 @@ public SchedulerServiceClient.Result process() {
"SUCCESS_COUNT_SMS", String.valueOf(successCountSms),
"ERROR_COUNT_EMAIL", String.valueOf(errorCountEmail),
"ERROR_COUNT_SMS", String.valueOf(errorCountSms),

"COUNT_INVALID_EMAIL", String.valueOf(errorInvalidEmailCount),
"COUNT_INVALID_PHONE", String.valueOf(errorInvalidPhoneCount),

"SUCCESS_COUNT", String.valueOf(successCount),
"ERROR_COUNT", String.valueOf(errorCount),
"TOTAL_JURORS", String.valueOf(jurordetailList.size())
Expand Down

0 comments on commit 389df56

Please sign in to comment.