diff --git a/core/src/modules/config.js b/core/src/modules/config.js index f36c486a..79c9f99b 100644 --- a/core/src/modules/config.js +++ b/core/src/modules/config.js @@ -21,8 +21,9 @@ export default class Config extends Module { } getPath(id, full) { - const path = this.paths.find(path => path.id === id); - return full ? path : path.path; + return this.paths[id]; + // const path = this.paths.find(path => path.id === id); + // return full ? path : path.path; } get config() {