19626
2023-10-09 25f056535350a0b80bad50d2cc45311998e5d1cd
force-app/main/default/classes/lexSolutionProgrammaController.cls
@@ -16,7 +16,7 @@
            res.profileId = UserInfo.getProfileId();
            res.m2profileId = [select Id from Profile where Name =: lexLightingButtonConstant.M2_PROFILE_NAME].Id;
        } catch (Exception e) {
            throw new AuraHandledException(e.getMessage());
            System.debug(e.getMessage());
        }
        return res;
    }
@@ -31,11 +31,11 @@
            ];
            res.schemeType = so.Scheme_Type__c;
        } catch (Exception e) {
            throw new AuraHandledException(e.getMessage());
            System.debug(e.getMessage());
        }
        return res;
    }
    class InitData{
    public class InitData{
        @AuraEnabled
        public String status;
        @AuraEnabled