Appease the linter

pull/21833/head
Travis Ralston 2019-08-09 16:14:36 -06:00
parent ffa49df889
commit 5a15e78fe4
1 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ export class IntegrationManagerInstance {
);
});
let newProps = {};
const newProps = {};
try {
await client.connect();
if (!client.hasCredentials()) {
@ -68,7 +68,7 @@ export class IntegrationManagerInstance {
}
console.error(e);
props["connected"] = false;
newProps["connected"] = false;
}
// Close the old dialog and open a new one
@ -78,4 +78,4 @@ export class IntegrationManagerInstance {
newProps, 'mx_IntegrationsManager',
);
}
}
}