From eec04ca39368ee90a8485969ab6936a6eae0c33f Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 25 Jun 2024 13:24:50 +0400 Subject: [PATCH] Update templates/cli/lib/config.js.twig --- templates/cli/lib/config.js.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cli/lib/config.js.twig b/templates/cli/lib/config.js.twig index d02194aaa..8e263ba77 100644 --- a/templates/cli/lib/config.js.twig +++ b/templates/cli/lib/config.js.twig @@ -340,7 +340,7 @@ class Local extends Config { this.set("projectName", projectName); } - if(projectSettings === undefined){ + if (projectSettings === undefined) { return; }