From 017f5e00cdfa29b43f7f338f9500f7ae0d1347f9 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sun, 25 Mar 2018 13:21:53 -0600 Subject: [PATCH] Appease the linter --- web/app/riot/riot-home/home.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }