lovinghouston / lwcgoogleplacesbutton

Adds a Lightning Web Component to create Google Place Listings (currently hardcoded to type "church") as a Salesforce object (currently hardcoded to a custom object named Church_School_Partnership__c).
3 stars 1 forks source link

Remove Type Clause in SOQL query #63

Closed sungysang closed 4 years ago

sungysang commented 4 years ago

Re-factored to combine two queries into one as well as remove Type clause to prevent null object error Addresses #62