Save config after loading to add new parameters

This commit is contained in:
magicalunicorn 2019-09-15 16:38:31 +02:00
parent afca360cee
commit 44e37986ff
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ module.exports = class ConfigService {
}; };
this.loadConfig(); this.loadConfig();
this.saveConfig();
} }
loadConfig() { loadConfig() {