Skip to content

Commit cc1049c

Browse files
committed
fix: remove config has validation from load method
1 parent e0579c6 commit cc1049c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@secjs/utils",
3-
"version": "1.7.8",
3+
"version": "1.7.9",
44
"description": "",
55
"license": "MIT",
66
"author": "João Lenon <lenonSec7@gmail.com>",

src/Helpers/Config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export class Config {
5252
throw new RecursiveConfigException(base, name)
5353
}
5454

55-
if (Config.configs.has(name)) return
5655
if (base.includes('.map') || base.includes('.d.ts')) return
5756

5857
const fileExtension = process.env.NODE_TS === 'true' ? 'ts' : 'js'

0 commit comments

Comments
 (0)