*Bug fix, setting data property directly

This commit is contained in:
Derrick Hammer 2022-12-22 09:43:58 -05:00
parent 17a434f400
commit 792ec3976f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 2 deletions

View File

@ -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) {