diff --git a/lib/validator.js b/lib/validator.js index b86c2b7..672ba28 100644 --- a/lib/validator.js +++ b/lib/validator.js @@ -14,7 +14,7 @@ const schema = JSON.parse(fs.readFileSync(schemaPath, 'utf8')); * @returns {Object} - Result with { success: boolean, config: Object, error: string } */ function getAppConfig({ urlPath, appJsonPath }) { - if (urlPath.length == 0 ) urlPath = "/"; + if (urlPath.length == 0) urlPath = '/'; try { if (!appJsonPath) { return {