Consts are constant
This commit is contained in:
parent
f7c881a462
commit
81d91721d8
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ export default class DeviceListener {
|
||||||
// as long as cross-signing isn't ready,
|
// as long as cross-signing isn't ready,
|
||||||
// you can't see or dismiss any device toasts
|
// you can't see or dismiss any device toasts
|
||||||
if (crossSigningReady) {
|
if (crossSigningReady) {
|
||||||
const haveUnverifiedDevices = false;
|
let haveUnverifiedDevices = false;
|
||||||
|
|
||||||
const devices = await cli.getStoredDevicesForUser(cli.getUserId());
|
const devices = await cli.getStoredDevicesForUser(cli.getUserId());
|
||||||
for (const device of devices) {
|
for (const device of devices) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue