buli
2023-07-14 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7
force-app/main/default/aura/AgencyAccount/AgencyAccountController.js
@@ -10,4 +10,8 @@
    clearContact: function(component, event, helper) {
        helper.clearContact(component, event, helper);
    },
    scriptsLoaded:function(component, event, helper) {
        // AWSService.logFun = helper.saveLog;
        // AWSService.component = component;
    }
})