force-app/main/default/classes/RentalApplyESetRefreshStatusController.cls
@@ -1,7 +1,4 @@ public with sharing class RentalApplyESetRefreshStatusController { public RentalApplyESetRefreshStatusController() { } @AuraEnabled public static String eSetRefreshStatus(String raeSetId) { return eSetRefreshStatusBatch(new List<String> {raeSetId});