force-app/main/default/classes/lexOpportunitySpecialApplyController.cls
@@ -14,7 +14,7 @@ res.isUploadFile = opp.Is_upload_file__c; res.status = opp.Status__c; } catch (Exception e) { throw new AuraHandledException(e.getMessage()); System.debug(LoggingLevel.INFO, '*** e: ' + e); } return res; }