Skip to content

Commit

Permalink
Update BDI_DataImportService.cls
Browse files Browse the repository at this point in the history
  • Loading branch information
enzigma-pratishtha-upadhyay committed May 2, 2024
1 parent a76bdfa commit cb3e71c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion force-app/main/default/classes/BDI_DataImportService.cls
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ global with sharing class BDI_DataImportService {
for(DataImport__c dataImport : listDI){
if(dataImport.Recurring_Donation_Recurring_Type__c !=null) {
dataImport.Donation_Date__c = null;
dataImport.Donation_Amount__c = null;
}
}
}
Expand Down

0 comments on commit cb3e71c

Please sign in to comment.