diff --git a/web/app/riot/riot-home/home.component.ts b/web/app/riot/riot-home/home.component.ts index 7cb5e6d..364f4a3 100644 --- a/web/app/riot/riot-home/home.component.ts +++ b/web/app/riot/riot-home/home.component.ts @@ -132,7 +132,7 @@ export class RiotHomeComponent { const bot = integration; // TODO: "Are you sure?" dialog - let promise:Promise = Promise.resolve(); + let promise: Promise = Promise.resolve(); if (!integration._inRoom) { promise = this.scalar.inviteUser(this.roomId, bot.userId); }