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(
|
const recoverInfo = await MatrixClientPeg.get().restoreKeyBackupWithCache(
|
||||||
undefined, /* targetRoomId */
|
undefined, /* targetRoomId */
|
||||||
undefined, /* targetSessionId */
|
undefined, /* targetSessionId */
|
||||||
backupInfo
|
backupInfo,
|
||||||
);
|
);
|
||||||
this.setState({
|
this.setState({
|
||||||
recoverInfo
|
recoverInfo,
|
||||||
});
|
});
|
||||||
return true;
|
return true;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Reference in a new issue