mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Appease the linter
This commit is contained in:
parent
7bfbf626b2
commit
017f5e00cd
@ -132,7 +132,7 @@ export class RiotHomeComponent {
|
||||
const bot = <FE_SimpleBot>integration;
|
||||
// TODO: "Are you sure?" dialog
|
||||
|
||||
let promise:Promise<any> = Promise.resolve();
|
||||
let promise: Promise<any> = Promise.resolve();
|
||||
if (!integration._inRoom) {
|
||||
promise = this.scalar.inviteUser(this.roomId, bot.userId);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user