wadewegner / deploy-to-sfdx

An open-source and community-driven tool for one-click Salesforce DX deployments from public repositories to Scratch Orgs
https://deploy-to-sfdx.com
Apache License 2.0
98 stars 22 forks source link

Fixed Uncaught TypeError when no data plans provided #32

Closed FabienTaillon closed 6 years ago

FabienTaillon commented 6 years ago

Small update: When no data-plans were provided in the salesforcedx.yaml file, an error was thrown in the console: "Uncaught TypeError: Cannot read property 'length' of undefined".

wadewegner commented 6 years ago

Thank you!