19626
2023-10-09 25f056535350a0b80bad50d2cc45311998e5d1cd
force-app/main/default/classes/lexSolutionProgrammeController.cls
@@ -12,7 +12,7 @@
            res.schemeType = so.Scheme_Type__c;
            res.confirmationResult = so.Confirmation_Result__c;
        } catch (Exception e) {
            throw new AuraHandledException(e.getMessage());
            System.debug(e.getMessage());
        }
        return res;
    }
@@ -22,7 +22,7 @@
        try {
            so = [select id,name from solutionClosingAttachment__c where Solution_Programme__c =: Id];
        } catch (Exception e) {
            throw new AuraHandledException(e.getMessage());
            System.debug(e.getMessage());
        }
        return so;
    }
@@ -68,7 +68,7 @@
            }
        }
    }
    class InitData{
    public class InitData{
        @AuraEnabled
        public String schemeType;
        @AuraEnabled