mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
lint
This commit is contained in:
parent
8b2ae3e20f
commit
936a4a0022
1 changed files with 2 additions and 2 deletions
|
@ -206,10 +206,10 @@ export default class RestoreKeyBackupDialog extends React.PureComponent {
|
|||
const recoverInfo = await MatrixClientPeg.get().restoreKeyBackupWithCache(
|
||||
undefined, /* targetRoomId */
|
||||
undefined, /* targetSessionId */
|
||||
backupInfo
|
||||
backupInfo,
|
||||
);
|
||||
this.setState({
|
||||
recoverInfo
|
||||
recoverInfo,
|
||||
});
|
||||
return true;
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in a new issue