Skip to content

Commit

Permalink
Fjerner denne duplikaten (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
olsenrasmus authored Oct 22, 2024
1 parent d74017c commit ed2eec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion force-app/sms/classes/SMSCalloutService.cls
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public with sharing class SMSCalloutService extends CRM_ApplicationDomain{
} else {
mappy.put('source', smsConfig.Source__c);
}
mappy.put('source', smsConfig.Source__c); //20216
mappy.put('destination', RCV);
mappy.put('userData', sms.Message__c);
mappy.put('platformId', smsConfig.PlatformId__c);
Expand Down

0 comments on commit ed2eec8

Please sign in to comment.