Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
PFM-4855
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloni-eGov committed Feb 7, 2024
1 parent 2fdd4cc commit 34895a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void process(DemandNotificationObj notificationObj, String topic) {
enrichSMSRequest(notificationObj, smsRequests, topic);
if (!CollectionUtils.isEmpty(smsRequests)) {
if(config.isSmsForDemandEnable()) {
// util.sendSMS(smsRequests);
util.sendSMS(smsRequests);
}
}
}
Expand Down

0 comments on commit 34895a1

Please sign in to comment.