1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00

more de-linting and fixing

This commit is contained in:
Hubert Chathi
2018-10-12 14:28:31 -04:00
parent 91fb7b0a7c
commit d49c0a1bcb
5 changed files with 51 additions and 28 deletions

View File

@@ -1061,7 +1061,7 @@ Crypto.prototype.backupGroupSession = async function(
sessionId: sessionId,
}]);
this._maybeSendKeyBackup();
await this._maybeSendKeyBackup();
};
Crypto.prototype.backupAllGroupSessions = async function(version) {
@@ -1077,7 +1077,7 @@ Crypto.prototype.backupAllGroupSessions = async function(version) {
},
);
this._maybeSendKeyBackup();
await this._maybeSendKeyBackup();
};
/* eslint-disable valid-jsdoc */ //https://github.com/eslint/eslint/issues/7307