Skip to content

Commit

Permalink
Update templates/cli/lib/config.js.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 authored Jun 25, 2024
1 parent 80509c5 commit eec04ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cli/lib/config.js.twig
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ class Local extends Config {
this.set("projectName", projectName);
}

if(projectSettings === undefined){
if (projectSettings === undefined) {
return;
}

Expand Down

0 comments on commit eec04ca

Please sign in to comment.