Consts are constant

pull/21833/head
David Baker 2020-04-28 09:49:03 +01:00
parent 4dca66d140
commit cad2f4d27d
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ export default class DeviceListener {
// as long as cross-signing isn't ready,
// you can't see or dismiss any device toasts
if (crossSigningReady) {
const haveUnverifiedDevices = false;
let haveUnverifiedDevices = false;
const devices = await cli.getStoredDevicesForUser(cli.getUserId());
for (const device of devices) {