19626
2023-06-06 4661adc43f549036f4e6e44debe92521c5793083
force-app/main/default/classes/OpportunityWebService.cls
@@ -1,5 +1,5 @@
global class OpportunityWebService {
    @AuraEnabled
    WebService static String changeTrade(String oppId){
        List<Quote> quoList = [select id from Quote where OpportunityId = :oppId];