removed changes from CI testrun for vaultservice bug

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
fnuesse 2018-11-04 12:23:51 +01:00
parent 54365b5b91
commit e211e55024
No known key found for this signature in database
GPG key ID: 2089A3431243E819

View file

@ -66,7 +66,7 @@
return false;
} else {
_activeVault.vault_settings[key] = value;
_this.updateVault(_activeVault);
this.updateVault(_activeVault);
}
},