actually fixed config loading

This commit is contained in:
Jack 2020-08-16 23:10:32 +01:00
parent 5c6f295759
commit fae173c37a

View file

@ -169,7 +169,7 @@ function applyConfig(configObj) {
// ) {
// accountFilters = configObj.resultFilters;
// }
config = configObj;
// config = configObj;
}
Object.keys(defaultConfig).forEach((configKey) => {
if (config[configKey] == undefined) {