Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5a15e78

Browse files
committed
Appease the linter
1 parent ffa49df commit 5a15e78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/integrations/IntegrationManagerInstance.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class IntegrationManagerInstance {
5353
);
5454
});
5555

56-
let newProps = {};
56+
const newProps = {};
5757
try {
5858
await client.connect();
5959
if (!client.hasCredentials()) {
@@ -68,7 +68,7 @@ export class IntegrationManagerInstance {
6868
}
6969

7070
console.error(e);
71-
props["connected"] = false;
71+
newProps["connected"] = false;
7272
}
7373

7474
// Close the old dialog and open a new one
@@ -78,4 +78,4 @@ export class IntegrationManagerInstance {
7878
newProps, 'mx_IntegrationsManager',
7979
);
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)