*Bug fix, setting data property directly
This commit is contained in:
parent
17a434f400
commit
792ec3976f
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue