diff --git a/src/index.ts b/src/index.ts index 646f4fd..2db3c62 100644 --- a/src/index.ts +++ b/src/index.ts @@ -123,8 +123,6 @@ export default class Config { key = this.normalize(key); objectPath.set(this.data, key, value); - - this.data[key] = value; } public has(key: string) {