1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-05 17:02:07 +03:00

Fix backup tests

This commit is contained in:
J. Ryan Stinnett
2019-12-12 16:06:46 +00:00
parent f2c5b2bd49
commit 1fc2ab7f7d
2 changed files with 3 additions and 3 deletions

View File

@@ -1519,7 +1519,7 @@ MatrixClient.prototype.createKeyBackupVersion = async function(info) {
// sessions.
await this.checkKeyBackup();
if (!this.getKeyBackupEnabled()) {
throw new Error("Key backup not usable even though we just created it");
logger.error("Key backup not usable even though we just created it");
}
return res;